mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-14 04:01: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
|
# define NO_CHARCONV
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __GNUC__
|
||||||
|
# define NO_CHARCONV
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef NO_CHARCONV
|
#ifdef NO_CHARCONV
|
||||||
# include <stdio.h>
|
# include <stdio.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user