Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Renaming: s4u_enforce -> xbt_enforce
[simgrid.git] / include / simgrid / Exception.hpp
index d56a371..a8520fc 100644 (file)
@@ -153,7 +153,7 @@ DECLARE_SIMGRID_EXCEPTION(TracingError);
 DECLARE_SIMGRID_EXCEPTION(ParseError, PARSE_ERROR_CONSTRUCTOR);
 #undef PARSE_ERROR_CONSTRUCTOR
 
-/** Exception raised by s4u_enforce, when an assertion is not satisfied */
+/** Exception raised by xbt_enforce, when an assertion is not satisfied */
 #define ASSERTION_ERROR_CONSTRUCTOR                                                                                    \
   template<typename... Args> AssertionError(const char * f, Args... args)                                              \
       : Exception(XBT_THROW_POINT, xbt::string_printf(f, args...))    \