DMD 0.161 release

Chris Miller chris at dprogramming.com
Tue Jun 20 01:42:12 PDT 2006


About this literal delegate syntax, there seems to be an ambiguity:
    void delegate() foo = { }; // Thinks it's a struct initializer.
    void delegate() foo = ( { } ); // Workaround.



More information about the Digitalmars-d-announce mailing list