Temporarily disable Grisu

This commit is contained in:
Victor Zverovich 2019-08-26 06:11:44 -07:00
parent b9815cf048
commit 9bd2f1f9af

View File

@ -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() {