Просмотр исходного кода

storage: updated except specification

Michele Caini 5 лет назад
Родитель
Сommit
a62b93acec
1 измененных файлов с 1 добавлено и 1 удалено
  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();
     }