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

Public GIT Repository
Deprecate a SIMIX function that was badly named anyway
[simgrid.git] / src / plugins / host_dvfs.cpp
index ecf344521128f9ef3be26c5f3f6f155c83cc5d4e..4c203c2d0215e935797389d8623af1eccc45b549 100644 (file)
@@ -33,7 +33,7 @@ static simgrid::config::Flag<std::string> cfg_governor("plugin/dvfs/governor",
                                                        "Which Governor should be used that adapts the CPU frequency?",
                                                        "performance",
 
-                                                       std::map<std::string, std::string>({
+                                                       std::map<std::string, std::string, std::less<>>({
 #if HAVE_SMPI
                                                          {"adagio", "TODO: Doc"},
 #endif