skypjack 7 месяцев назад
Родитель
Сommit
b3b48db957
1 измененных файлов с 0 добавлено и 3 удалено
  1. 0 3
      src/entt/meta/meta.hpp

+ 0 - 3
src/entt/meta/meta.hpp

@@ -328,9 +328,6 @@ public:
     meta_any(meta_any &&other) noexcept
     meta_any(meta_any &&other) noexcept
         : meta_any{*other.ctx, std::move(other)} {}
         : meta_any{*other.ctx, std::move(other)} {}
 
 
-    /*! @brief Frees the internal storage, whatever it means. */
-    ~meta_any() = default;
-
     /**
     /**
      * @brief Copy assignment operator.
      * @brief Copy assignment operator.
      * @param other The instance to copy from.
      * @param other The instance to copy from.