mirror of
https://github.com/wolfpld/tracy
synced 2025-04-28 20:23:51 +00: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:
parent
3140dbb34a
commit
25f6c5f884
@ -16,6 +16,10 @@
|
||||
# define NO_CHARCONV
|
||||
#endif
|
||||
|
||||
#ifdef __GNUC__
|
||||
# define NO_CHARCONV
|
||||
#endif
|
||||
|
||||
#ifdef NO_CHARCONV
|
||||
# include <stdio.h>
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user