A Perspective on D from game industry

deadalnix via Digitalmars-d digitalmars-d at puremagic.com
Sun Jun 15 23:32:23 PDT 2014


On Monday, 16 June 2014 at 06:24:47 UTC, H. S. Teoh via 
Digitalmars-d wrote:
> On Mon, Jun 16, 2014 at 12:18:26AM -0400, Nick Sabalausky via 
> Digitalmars-d wrote:
> [...]
>> C++'s lack of finally didn't do any favors for exception 
>> handling's
>> popularity, either. (Has "finally" finally been added?)
>
> http://stackoverflow.com/questions/7779652/try-catch-finally-construct-is-it-in-c11
>
> Apparently, C++ *still* doesn't have finally, preferring RAII 
> instead.
> Yet another nail in the too-little-too-late coffin that is 
> C++11.
>
>
> T

Who needs finally when you have scope(exit) ?


More information about the Digitalmars-d mailing list