diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-07-08 20:39:06 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-07-12 22:16:32 +0200 |
commit | 45b9db00e4873eb9e019e922b919144bbc14d708 (patch) | |
tree | 80e99dba41c410ca0279ea32d678e7382d192e62 /entity | |
parent | 960be0a7f3a279943c635883d2b982e368b8ae15 (diff) |
f
Diffstat (limited to 'entity')
-rw-r--r-- | entity/name-of.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/entity/name-of.hpp b/entity/name-of.hpp index fcde3d46..ea65b52f 100644 --- a/entity/name-of.hpp +++ b/entity/name-of.hpp @@ -9,9 +9,8 @@ #endif template<typename T> -static constexpr auto _fm_internal_type_name_of() +static constexpr auto _fm_internal_type_name_of() // NOLINT(bugprone-reserved-identifier) { - // NOLINT(bugprone-reserved-identifier) using namespace floormat; using SVF = StringViewFlag; constexpr auto my_strlen = [](const char* str) constexpr -> size_t { |