Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Missing 'override' specifier.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 21 Jun 2022 12:10:42 +0000 (14:10 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 21 Jun 2022 12:10:48 +0000 (14:10 +0200)
src/kernel/resource/CpuImpl.hpp

index efa4296..aff4172 100644 (file)
@@ -77,7 +77,7 @@ public:
   CpuImpl* set_core_count(int core_count);
   virtual int get_core_count() const { return core_count_; }
 
-  bool is_used() const { return true; }
+  bool is_used() const override { return true; }
 
   void seal() override;