Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use C++11 default implem to please sonar
[simgrid.git] / src / xbt / exception.cpp
index 230e330..2f5e882 100644 (file)
@@ -27,7 +27,7 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(xbt_exception, xbt, "Exceptions");
 namespace simgrid {
 namespace xbt {
 
-WithContextException::~WithContextException() {}
+WithContextException::~WithContextException() = default;
 
 void logException(
   e_xbt_log_priority_t prio,