mirror of
https://github.com/fmtlib/fmt.git
synced 2025-11-02 07:01:58 +01:00
Refactor floating-point formatting
This commit is contained in:
@@ -327,7 +327,7 @@ TEST(FPTest, FixedHandler) {
|
||||
TEST(FPTest, GrisuFormatCompilesWithNonIEEEDouble) {
|
||||
fmt::memory_buffer buf;
|
||||
int exp = 0;
|
||||
grisu_format(4.2f, buf, -1, false, exp);
|
||||
grisu_format(4.2f, -1, buf, fmt::internal::float_spec(), exp);
|
||||
}
|
||||
|
||||
template <typename T> struct value_extractor {
|
||||
|
||||
Reference in New Issue
Block a user