From 8cbc8962ea1bcb57ef2b5d1baee78b03c2ace669 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 19 Nov 2022 13:01:26 +0100 Subject: entity: fix whitespace & msvc warnings --- entity/metadata.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'entity') diff --git a/entity/metadata.hpp b/entity/metadata.hpp index d1ecfa71..2aae47f9 100644 --- a/entity/metadata.hpp +++ b/entity/metadata.hpp @@ -5,6 +5,7 @@ #include "util.hpp" #include "concepts.hpp" #include +#include #include #include #include @@ -13,9 +14,7 @@ #include #include -namespace floormat::entities { - -namespace detail { +namespace floormat::entities::detail { template requires std::invocable(std::declval()))> @@ -75,8 +74,9 @@ constexpr std::size_t find_reader_index = find_reader_ constexpr auto constantly = [](const Obj&) constexpr { return constant; }; +} // namespace floormat::entities::detail -} // namespace detail +namespace floormat::entities { template struct entity_field_base {}; -- cgit v1.2.3