mirror of
https://github.com/fmtlib/fmt.git
synced 2026-04-28 18:02:08 +02:00
Integrate Grisu and sprintf digit generators
This commit is contained in:
@@ -326,8 +326,7 @@ TEST(FPTest, FixedHandler) {
|
||||
|
||||
TEST(FPTest, GrisuFormatCompilesWithNonIEEEDouble) {
|
||||
fmt::memory_buffer buf;
|
||||
int exp = 0;
|
||||
grisu_format(4.2f, -1, buf, fmt::internal::float_spec(), exp);
|
||||
format_float(0.42, -1, fmt::internal::float_spec(), buf);
|
||||
}
|
||||
|
||||
template <typename T> struct value_extractor {
|
||||
|
||||
Reference in New Issue
Block a user