Ver Fonte

storage: updated except specification

Michele Caini há 5 anos atrás
pai
commit
a62b93acec
1 ficheiros alterados com 1 adições e 1 exclusões
  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();
     }