Explorar o código

meta: clang-tidy

skypjack hai 5 meses
pai
achega
a5f58ef49f
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/entt/meta/meta.hpp

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

@@ -329,6 +329,9 @@ public:
           node{std::exchange(other.node, nullptr)},
           vtable{std::exchange(other.vtable, nullptr)} {}
 
+    /*! @brief Default destructor. */
+    ~meta_any() = default;
+
     /**
      * @brief Copy assignment operator.
      * @param other The instance to copy from.