[Issue 10201] "= void" initialization should not be allowed in @safe

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Jun 7 03:10:45 PDT 2016


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

Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #5 from Walter Bright <bugzilla at digitalmars.com> ---
I'm going to mark this as "wontfix" because it is not the charter of @safe to
guarantee ints have a predictable value. The charter is memory safety. Trying
to heap other things into it is a never-ending thing because there's no
definition for it.

--


More information about the Digitalmars-d-bugs mailing list