Comment 3 for bug 1439451

Revision history for this message
In , Dmitry Prokoptsev (dprokoptsev) wrote :

After using std::rethrow_exception() (and catching the exception), all subsequent calls to std::uncaught_exception() return `true', which is obviously not the way it was meant to work.

A simple test case is attached.