summaryrefslogtreecommitdiffhomepage
path: root/test/entity.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-11-19 08:41:06 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-11-19 08:41:06 +0100
commitb848223b881c8cc2f0e519fd294f151d5def5369 (patch)
tree7ad44da59d49bf3c942c6b48448563de2ba7f6e2 /test/entity.cpp
parent6e8cd883a8fbb4225929cd8c61fad0bbe22aef42 (diff)
test/entity: remove 'static' from anon namespace
Diffstat (limited to 'test/entity.cpp')
-rw-r--r--test/entity.cpp2
1 files changed, 1 insertions, 1 deletions
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<TestAccessors>();
auto [foo1, bar1, baz1] = m.accessors;