diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-19 08:41:06 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-19 08:41:06 +0100 |
commit | b848223b881c8cc2f0e519fd294f151d5def5369 (patch) | |
tree | 7ad44da59d49bf3c942c6b48448563de2ba7f6e2 /test/entity.cpp | |
parent | 6e8cd883a8fbb4225929cd8c61fad0bbe22aef42 (diff) |
test/entity: remove 'static' from anon namespace
Diffstat (limited to 'test/entity.cpp')
-rw-r--r-- | test/entity.cpp | 2 |
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; |