mirror of
https://github.com/fmtlib/fmt.git
synced 2025-11-27 21:00:01 +01:00
Use grisu for fixed precision
This commit is contained in:
@@ -11,7 +11,7 @@ FMT_BEGIN_NAMESPACE
|
||||
template struct internal::basic_data<void>;
|
||||
|
||||
// Workaround a bug in MSVC2013 that prevents instantiation of grisu2_format.
|
||||
bool (*instantiate_grisu2_format)(double, internal::buffer&, int,
|
||||
bool (*instantiate_grisu2_format)(double, internal::buffer&, int, bool,
|
||||
int&) = internal::grisu2_format;
|
||||
|
||||
#ifndef FMT_STATIC_THOUSANDS_SEPARATOR
|
||||
|
||||
Reference in New Issue
Block a user