Pārlūkot izejas kodu

storage: updated except specification

Michele Caini 5 gadi atpakaļ
vecāks
revīzija
a62b93acec
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/entt/entity/storage.hpp

+ 1 - 1
src/entt/entity/storage.hpp

@@ -510,7 +510,7 @@ public:
     }
 
     /*! @brief Clears a storage. */
-    void clear() {
+    void clear() ENTT_NOEXCEPT {
         underlying_type::clear();
         instances.clear();
     }