X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/32dfd65da61704d4f0f7c5e5c91978489c046f33..6c1fdfa949304917158331410c2e91b0ca1b2e90:/src/surf/cpu_ti.hpp diff --git a/src/surf/cpu_ti.hpp b/src/surf/cpu_ti.hpp index 48178a1a40..7ee7930521 100644 --- a/src/surf/cpu_ti.hpp +++ b/src/surf/cpu_ti.hpp @@ -142,7 +142,7 @@ class CpuTiModel : public CpuModel { public: static void create_pm_models(); // Make CPU PM model - CpuTiModel() = default; + using CpuModel::CpuModel; CpuTiModel(const CpuTiModel&) = delete; CpuTiModel& operator=(const CpuTiModel&) = delete; Cpu* create_cpu(s4u::Host* host, const std::vector& speed_per_pstate) override;