summaryrefslogtreecommitdiffhomepage
path: root/entity
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-07-12 20:18:40 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-07-12 22:16:32 +0200
commit6de759742831d58638643ae2747e6c97a014241d (patch)
tree9d95802975545cb234fcdcfc2cb0fcef5627e02c /entity
parent45b9db00e4873eb9e019e922b919144bbc14d708 (diff)
b
Diffstat (limited to 'entity')
-rw-r--r--entity/name-of.hpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/entity/name-of.hpp b/entity/name-of.hpp
index ea65b52f..2a358896 100644
--- a/entity/name-of.hpp
+++ b/entity/name-of.hpp
@@ -1,13 +1,8 @@
#pragma once
#include "compat/assert.hpp"
+#include "compat/pretty-function.hpp"
#include <cr/StringView.h>
-#if defined _MSC_VER
-#define FM_PRETTY_FUNCTION __FUNCSIG__
-#else
-#define FM_PRETTY_FUNCTION __PRETTY_FUNCTION__
-#endif
-
template<typename T>
static constexpr auto _fm_internal_type_name_of() // NOLINT(bugprone-reserved-identifier)
{