Been doing Java for number of years so haven\'t been tracking C++. Has finally clause been added to C++ exception handling in the language definition?<
C++ destructors make finally redundant. You can get the same effect by moving the cleanup code from finally to corresponding destructors.
finally