From 6de759742831d58638643ae2747e6c97a014241d Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 12 Jul 2024 20:18:40 +0200 Subject: b --- compat/pretty-function.hpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 compat/pretty-function.hpp (limited to 'compat') diff --git a/compat/pretty-function.hpp b/compat/pretty-function.hpp new file mode 100644 index 00000000..b735ca5e --- /dev/null +++ b/compat/pretty-function.hpp @@ -0,0 +1,7 @@ +#pragma once + +#if defined _MSC_VER +#define FM_PRETTY_FUNCTION __FUNCSIG__ +#else +#define FM_PRETTY_FUNCTION __PRETTY_FUNCTION__ +#endif -- cgit v1.2.3