
26 Nov
2008
26 Nov
'08
12:18 a.m.
David Abrahams:
"If no matching handler is found, the function std::terminate() is called; ..."
This wording is also present in C++03, if I'm not mistaken, and MSVC does obey it, for all threads. There's an additional twist there though; set_terminate is per-thread in MSVC (7.1 at least).