We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 437fec2 commit ba6a62dCopy full SHA for ba6a62d
test/github_issue_267.cpp
@@ -13,6 +13,7 @@ void test(T value, int precision, const char* correct_result)
13
char buffer[64] {};
14
const auto r = boost::charconv::to_chars(buffer, buffer + sizeof(buffer), value, boost::charconv::chars_format::fixed, precision);
15
BOOST_TEST_CSTR_EQ(buffer, correct_result);
16
+ BOOST_TEST(r);
17
}
18
19
int main()
0 commit comments