Phobos vs Tango! What's your opinion?

Sean Kelly sean at f4.ca
Wed Apr 18 14:52:45 PDT 2007


Paolo Invernizzi wrote:
> Very very very cool! We'll use it for sure in our C++ works!
> But is it really doable in D?
> What about the casts? Or about the GC, and the throws in the destructors 
> when the Likely goes out of scope?

I haven't looked at the slides yet, but it is illegal to throw an 
exception from a dtor in D, just as in C++.  Doing so in Tango will 
cause the app to exit under normal circumstances.


Sean



More information about the Digitalmars-d mailing list