Browse Source

storage: updated except specification

Michele Caini 5 years ago
parent
commit
a62b93acec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/entt/entity/storage.hpp

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

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