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) ?

Reply via email to