mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-22 02:45:49 -04:00
please become fixed clang
This commit is contained in:
parent
7370f78a6d
commit
7edb547462
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue