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

Revert "manually fix include"

This reverts commit 82e4242201.
This commit is contained in:
Philipp Otterbein 2022-11-15 02:23:30 +01:00
parent 902efebe8b
commit d99c77543c

View file

@ -10676,7 +10676,8 @@ bool from_chars(c4::csubstr buf, std::string * s);
# endif
# else
# if __has_include(<charconv>)
# include <charconv>
//included above:
//# 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