@ -139,6 +139,15 @@
} while (0)
#define CHECK_NOTHROW(C) do { \
try { \
C; \
} catch (...) { \
panic ("unexpected exception"); \
} \
class panic_error {
protected:
std::string m_what;
The note is not visible to the blocked user.