The "no gc" crowd

Adam D. Ruppe destructionator at gmail.com
Wed Oct 9 13:37:38 PDT 2013


On Wednesday, 9 October 2013 at 20:07:38 UTC, Craig Dillabaugh 
wrote:
> //Everything defined here is @safe pure nothrow
>
> attributes @system

You can do that now with colons:

@system:
stuff....

The problem is there's no way to turn some of them off. For 
@safe, there's @system, but there's no "throws" for nothrow, no 
"impure", no "virtual", etc.

This btw is another trivially easy addition that's been talked 
about for a while that should just be done for the next release.


More information about the Digitalmars-d mailing list