From 891617bfb876c9c2f56e07a1946466bd255b8273 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 28 Jul 2024 09:00:35 +0200 Subject: workaround warning --- entity/metadata.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'entity') diff --git a/entity/metadata.hpp b/entity/metadata.hpp index 101af0df..aa0fef95 100644 --- a/entity/metadata.hpp +++ b/entity/metadata.hpp @@ -264,6 +264,8 @@ public: static constexpr auto accessors = entities::entity_accessors::accessors(); static constexpr size_t size = std::tuple_size_v>; static constexpr auto erased_accessors = erased_helper(accessors, std::make_index_sequence{}); + + entity_metadata() = default; }; template -- cgit v1.2.3