Hi,
I just thought of something kind of scary, so I was wondering if anyone knows the answer.
I know in C++, if you're in a destructor because an exception was thrown and then you throw another exception, the program immediately calls the std::terminate() function and ends.
I'm wondering if the...