mirror of
https://github.com/fmtlib/fmt.git
synced 2026-05-03 19:30:47 +02:00
Fix compilation on ppc64
This commit is contained in:
+1
-1
@@ -1984,7 +1984,7 @@ TEST(format_test, to_string) {
|
||||
EXPECT_EQ(fmt::to_string(zero), "0");
|
||||
|
||||
#if FMT_USE_FLOAT128
|
||||
EXPECT_EQ(fmt::to_string(__float128(0.42)), "0.42");
|
||||
EXPECT_EQ(fmt::to_string(__float128(0.5)), "0.5");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user