From b848223b881c8cc2f0e519fd294f151d5def5369 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 19 Nov 2022 08:41:06 +0100 Subject: test/entity: remove 'static' from anon namespace --- test/entity.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/entity.cpp b/test/entity.cpp index 59ff5004..a4dd4fcb 100644 --- a/test/entity.cpp +++ b/test/entity.cpp @@ -171,7 +171,7 @@ void test_predicate() fm_assert(m_foo3.erased().is_enabled(x)); } -static constexpr bool test_names() +constexpr bool test_names() { constexpr auto m = entity_metadata(); auto [foo1, bar1, baz1] = m.accessors; -- cgit v1.2.3