Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move StopRequest out of Context.
[simgrid.git] / src / xbt / exception.cpp
index 4fd03bc..94fc91f 100644 (file)
@@ -146,7 +146,7 @@ static void handler()
     std::abort();
   }
 
-  catch (simgrid::kernel::context::Context::StopRequest& e) {
+  catch (simgrid::kernel::context::StopRequest& e) {
     XBT_ERROR("Received a StopRequest at the top-level exception handler. Maybe a Java->C++ call that is not protected "
               "in a try/catch?");
     show_backtrace(bt);