Remove outdated warnings (#6894)

This commit is contained in:
Dennis Luxen
2024-05-23 19:39:00 +02:00
committed by GitHub
parent 51b74a99aa
commit 24646aada9
3 changed files with 5 additions and 16 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ BOOST_AUTO_TEST_CASE(test_json_issue_6531)
BOOST_CHECK_EQUAL(output, "0.1234567892");
output.clear();
renderer(123456789123456789);
renderer(123456789123456789.);
BOOST_CHECK_EQUAL(output, "1.234567891e+17");
}