update bundled fmtlib to version 7.1.0

This commit is contained in:
Axel Kohlmeyer
2020-10-26 11:02:09 -04:00
parent c29474c533
commit 5159d255a7
14 changed files with 2897 additions and 992 deletions

View File

@ -26,7 +26,7 @@ TEST(ErrorStats, test)
std::stringstream out;
out << stats;
ASSERT_EQ(out.str(), "Average: 5.800e-01 StdDev: 7.305e-01 MaxErr: 2.000e+00 @ item: 3.0");
ASSERT_EQ(out.str(), "Average: 5.800e-01 StdDev: 7.305e-01 MaxErr: 2.000e+00 @ item: 3");
stats.reset();
ASSERT_EQ(stats.has_data(), false);