]> AND Public Git Repository - simgrid.git/blobdiff - src/xbt/config.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to please sonarqube on that loop
[simgrid.git] / src / xbt / config.cpp
index eaa8450d2f2fea98a53f465a103dfec0d690ef2c..b2210e39235f152ef6eb75fbe0fde1c74b8df6a1 100644 (file)
@@ -33,7 +33,7 @@ XBT_EXPORT_NO_IMPORT(xbt_cfg_t) simgrid_config = nullptr;
 namespace simgrid {
 namespace config {
 
-missing_key_error::~missing_key_error() noexcept {}
+missing_key_error::~missing_key_error() {}
 
 class Config;