Commit 9bd2f1f9 authored by Victor Zverovich's avatar Victor Zverovich

Temporarily disable Grisu

parent b9815cf0
...@@ -460,7 +460,7 @@ OutputIt copy_str(InputIt begin, InputIt end, OutputIt it) { ...@@ -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() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment