to_chars
fixed formatting with trailing zeros and no fractional part is incorrect
#777
Labels
Bug
Something isn't working
Test case:
BOOST_TEST_EQ(std::format("{:.0f}", T {21, 6, true}), std::string{"-21000000"});
The text was updated successfully, but these errors were encountered: