Explorar o código

storage: let the linter know that I know what I am doing

Michele Caini hai 1 ano
pai
achega
56f83640a0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/entt/entity/storage.hpp

+ 1 - 0
src/entt/entity/storage.hpp

@@ -461,6 +461,7 @@ public:
     }
 
     /*! @brief Default destructor. */
+    // NOLINTNEXTLINE(bugprone-exception-escape)
     ~basic_storage() override {
         shrink_to_size(0u);
     }