summaryrefslogtreecommitdiffhomepage
path: root/entity/name-of.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'entity/name-of.hpp')
-rw-r--r--entity/name-of.hpp3
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 {