The Right Approach to Exceptions

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Mon Feb 20 18:41:47 PST 2012


On 2/20/12 8:33 PM, Robert Jacques wrote:
> Variant e = new MyException();
> writeln( e.filename, e.line, e.column);
>
> Aren't __traits and opDispatch fun?

I thought the same, but was afraid to bring the nuclear bomb out :o).

Andrei


More information about the Digitalmars-d mailing list