[dmd-internals] Changes for pure, nothrow, and @safe done for the moment?

Walter Bright walter at digitalmars.com
Sun Jun 26 21:25:14 PDT 2011



On 6/26/2011 9:16 PM, Andrei Alexandrescu wrote:
>
> Interesting. I wonder whether empty functions should be handled as a special 
> case or are part of a pattern.
>
>

One thing I don't want to do is add another attribute:

     @impure void foo(int i) { ... }


More information about the dmd-internals mailing list