mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Disable charconv on gcc/clang.
Because there's no way to check whether libstdc++ and libc++ finally decided to implement the standard fully.
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
# define NO_CHARCONV
|
||||
#endif
|
||||
|
||||
#ifdef __GNUC__
|
||||
# define NO_CHARCONV
|
||||
#endif
|
||||
|
||||
#ifdef NO_CHARCONV
|
||||
# include <stdio.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user