Checked vs unchecked exceptions

Marco Leise via Digitalmars-d digitalmars-d at puremagic.com
Wed Jul 5 13:39:24 PDT 2017


In general, I'm of the opinion that DLL API should be fully
explicit. It's the only way you can reasonably provide
ABI stability. That means no templates, no attribute inference
and explicit exception lists if the compiler were to used them.

-- 
Marco



More information about the Digitalmars-d mailing list