__STL_UNWIND
# define __STL_UNWIND(action) catch(...) { action; throw; }
# define __STL_UNWIND(action)