mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +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…
Reference in New Issue
Block a user