STL
STL copied to clipboard
P2497R0 Testing For Success Or Failure Of `<charconv>` Functions
WG21-P2497R0 Testing For Success Or Failure Of <charconv> Functions
INCREASED feature-test macro:
#define __cpp_lib_to_chars 202306L
Note: We're focused on implementing the remaining library-only features in C++23. Until that's done, we will NOT be accepting PRs for C++26 features.
I'd be interested in working on this. Since it's small it'd be a good first PR.
I'll move this to Investigating to mark that you're interested.
I plan to open up the repo to C++26 PRs in the near future, I just want to land flat_meow first before opening up the floodgates.
This is now implemented here: https://github.com/owacoder/STL/tree/p2497r0
This is now implemented here: https://github.com/owacoder/STL/tree/p2497r0
Thanks! I think you can add test coverage to the existing tests/std/tests/P0067R5_charconv/test.cpp. P2497R0 is really small and thus I think it would be better to avoid creating new test files.
Test coverage has been added as asserts to the indicated file.