mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 02:37:36 +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
|
#ifndef FMT_USE_GRISU
|
||||||
# define FMT_USE_GRISU 1
|
# define FMT_USE_GRISU 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
template <typename T> constexpr bool use_grisu() {
|
template <typename T> constexpr bool use_grisu() {
|
||||||
|
Reference in New Issue
Block a user