diff --git a/src/entt/core/any.hpp b/src/entt/core/any.hpp index 0cd5d48b5..27d5d86c0 100644 --- a/src/entt/core/any.hpp +++ b/src/entt/core/any.hpp @@ -45,6 +45,7 @@ class basic_any { }; template + // NOLINTNEXTLINE(bugprone-sizeof-expression) static constexpr bool in_situ = (Len != 0u) && alignof(Type) <= Align && sizeof(Type) <= Len && std::is_nothrow_move_constructible_v; template