Dechenjm / crack-language

Automatically exported from code.google.com/p/crack-language
Other
0 stars 0 forks source link

Do exception cleanup in constructors and destructors. #78

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When an exception is thrown from a constructor, cleanups of all fully 
constructed instance variables and base classes should be called.
When an exception is thrown from a destructor, cleanups of all remaining 
instance variables and base classes should be called.

Original issue reported on code.google.com by mind...@gmail.com on 20 May 2011 at 11:31