X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/eb87d6215928e722783415af6daf230c1383421a..1363ce9624f4327f3ad5c934b15736a776637dfd:/include/simgrid/Exception.hpp diff --git a/include/simgrid/Exception.hpp b/include/simgrid/Exception.hpp index 63a44e407b..4b14e56cfe 100644 --- a/include/simgrid/Exception.hpp +++ b/include/simgrid/Exception.hpp @@ -185,7 +185,7 @@ public: const char* what() const noexcept { return msg_.c_str(); } XBT_ATTRIB_NORETURN static void do_throw(); - XBT_ATTRIB_DEPRECATED_v337("Please manifest if you actually need this function") static bool try_n_catch( + XBT_ATTRIB_DEPRECATED_v338("Please manifest if you actually need this function") static bool try_n_catch( const std::function& try_block); private: