mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-07 17:41:11 +00:00
Temporarily disable Grisu
This commit is contained in:
parent
b9815cf048
commit
9bd2f1f9af
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user