Add a bigint stub and reenable grisu

This commit is contained in:
Victor Zverovich
2019-09-07 12:54:16 -07:00
parent b2f0b6e44e
commit 56b5c192a0
3 changed files with 57 additions and 3 deletions

View File

@@ -445,7 +445,7 @@ OutputIt copy_str(InputIt begin, InputIt end, OutputIt it) {
}
#ifndef FMT_USE_GRISU
# define FMT_USE_GRISU 0
# define FMT_USE_GRISU 1
#endif
template <typename T> constexpr bool use_grisu() {