please become fixed clang

This commit is contained in:
HJfod 2022-10-06 21:02:32 +03:00
parent 7370f78a6d
commit 7edb547462

View file

@ -64,9 +64,9 @@ namespace std {
}
#if !defined(__PRETTY_FUNCTION__) && !defined(__GNUC__)
#define GEODE_PRETTY_FUNCTION std::string_view(__FUNCSIG__)
#define GEODE_PRETTY_FUNCTION std::string(__FUNCSIG__)
#else
#define GEODE_PRETTY_FUNCTION std::string_view(__PRETTY_FUNCTION__)
#define GEODE_PRETTY_FUNCTION std::string(__PRETTY_FUNCTION__)
#endif
// Windows