Questions about the scope/Exception machinery

Meta via Digitalmars-d digitalmars-d at puremagic.com
Tue May 27 07:40:39 PDT 2014


On Tuesday, 27 May 2014 at 13:24:08 UTC, Qox wrote:
> sounds a bit like C++ handling to me, for me *personally* it 
> misses also the point about nothrow, because it gurantues 
> nothing...which is like in C++ and imho bad...

It guarantees at compile time that your function will not throw 
an Exception.


More information about the Digitalmars-d mailing list