Safer D is implemented!
Duan Tihua
duantihua at 163.com
Fri Nov 29 12:02:02 UTC 2024
On Thursday, 28 November 2024 at 07:08:29 UTC, Walter Bright
wrote:
> https://github.com/dlang/dmd/pull/17044
>
> It's enabled with -preview=safer
For writing memory safe code, this is a more practical
engineering approach. Fortunately, this compilation option will
reduce the number of times @safe annotation is used and the code
will be relatively cleaner.
More information about the Digitalmars-d-announce
mailing list