all OS functions should be "nothrow @trusted @nogc"

Kagamin via Digitalmars-d digitalmars-d at puremagic.com
Tue Jul 25 09:46:36 PDT 2017


On Tuesday, 25 July 2017 at 15:12:30 UTC, Steven Schveighoffer 
wrote:
> I think signalfd can be marked @trusted, as @safe code supports 
> pointing at a single element.

What about functions that take zero terminated strings? Are they 
ok to read past the end of allocated object?


More information about the Digitalmars-d mailing list