https://issues.dlang.org/show_bug.cgi?id=21033

Nick Treleaven <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Nick Treleaven <[email protected]> ---
hasIndirections!SysTime is true, so in theory `time` can't have `shared` cast
away safely. See issue #24269. However, it looks like the only indirection is
to immutable data:

    long  _stdTime;
    Rebindable!(immutable TimeZone) _timezoneStorage;

So actually the cast might be safe.

--

Reply via email to