17 May
2011
17 May
'11
12:22 p.m.
Hello, I have some code that throws an exception through BOOST_THROW_EXCEPTION. The class derives from std::runtime_error. The thing is that my program crashes and doesn't catch the exception if I use this macro, but if I use a language throw it behaves correctly. Does anyone have a clue? My code doesn't spawn threads. Thanks in advance.