Subj : Thread-safe exceptions To : comp.programming.threads From : s.somani Date : Fri Mar 11 2005 02:12 pm Does anyone know which C++ compilers have thread-safe exception-handling? That is, they don't use any static storage to handle exceptions? I know gcc is one. What about MS compilers? Thanks Sohail .