Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update python/clusters-multicpu to the new API.
[simgrid.git] / include / simgrid / Exception.hpp
index 63a44e407b1900c3b2e8b686925fd9fd2ed28e37..4b14e56cfe8af5b0234283a338fe8f228ba9cf13 100644 (file)
@@ -185,7 +185,7 @@ public:
   const char* what() const noexcept { return msg_.c_str(); }
 
   XBT_ATTRIB_NORETURN static void do_throw();
   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<void()>& try_block);
 
 private:
       const std::function<void()>& try_block);
 
 private: