]> AND Public Git Repository - simgrid.git/blobdiff - include/xbt/ex.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove portability wrapper to condition variables
[simgrid.git] / include / xbt / ex.hpp
index 1f7d0e153ea1800cc71bdb118ec2a282624d9670..9b6ff5ff32bcbe187d95f9f0c90dff045c0dd0f6 100644 (file)
@@ -41,7 +41,7 @@ public:
     simgrid::xbt::WithContextException(throwpoint, simgrid::xbt::backtrace())
   {}
 
-  ~xbt_ex();
+  ~xbt_ex(); // DO NOT define it here -- see ex.cpp for a rationale
 
   /** Category (what went wrong) */
   xbt_errcat_t category = unknown_error;