[Issue 24449] immutable data can be mutated after initialization in shared static constructor

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Mar 23 22:23:44 UTC 2024


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

Nick Treleaven <nick at geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |safe

--- Comment #1 from Nick Treleaven <nick at geany.org> ---
This can also cause a safety violation when the shared static constructor is
@safe, in particular see:
https://issues.dlang.org/show_bug.cgi?id=5207#c11

--


More information about the Digitalmars-d-bugs mailing list