mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-29 18:27:40 +02:00
Temporarily disable Grisu
This commit is contained in:
@ -460,7 +460,7 @@ OutputIt copy_str(InputIt begin, InputIt end, OutputIt it) {
|
||||
}
|
||||
|
||||
#ifndef FMT_USE_GRISU
|
||||
# define FMT_USE_GRISU 1
|
||||
# define FMT_USE_GRISU 0
|
||||
#endif
|
||||
|
||||
template <typename T> constexpr bool use_grisu() {
|
||||
|
Reference in New Issue
Block a user