Michele Caini 1 рік тому
батько
коміт
505bb4c8cb
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/entt/core/any.hpp

+ 1 - 1
src/entt/core/any.hpp

@@ -208,7 +208,7 @@ public:
     }
 
     /*! @brief Frees the internal storage, whatever it means. */
-    ~basic_any() {
+    ~basic_any() noexcept {
         if(vtable && (mode == any_policy::owner)) {
             vtable(operation::destroy, *this, nullptr);
         }