1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-10-18 00:16:11 -04:00

manually fix include

This commit is contained in:
Philipp Otterbein 2022-10-29 01:01:03 +02:00
parent 9469c1bfe2
commit 82e4242201

View file

@ -10676,8 +10676,7 @@ bool from_chars(c4::csubstr buf, std::string * s);
# endif
# else
# if __has_include(<charconv>)
//included above:
//# include <charconv>
# include <charconv>
# if defined(__cpp_lib_to_chars)
# define C4CORE_HAVE_STD_TOCHARS 1
# define C4CORE_HAVE_STD_FROMCHARS 0 // glibc uses fast_float internally