Jonathan Wakely
dfc1ea414e
libstdc++: Replace std::isdigit and std::isxdigit in <format> [PR107817]
...
These functions aren't usable in constant expressions. Provide our own
implementations, based on __from_chars_alnum_to_val from <charconv>.
libstdc++-v3/ChangeLog:
PR libstdc++/107817
* include/std/charconv (__from_chars_alnum_to_val): Add
constexpr for C++20.
* include/std/format (__is_digit, __is_xdigit): New functions.
(_Spec::_S_parse_width_or_precision): Use __is_digit.
(__formatter_fp::parse): Use __is_xdigit.
2022-11-22 17:45:46 +00:00
..
2022-10-03 15:43:48 +01:00
2022-03-18 15:40:03 +00:00
2022-11-08 17:35:15 +00:00
2022-10-18 11:37:13 +02:00
2022-10-03 15:43:48 +01:00
2022-09-16 21:47:19 +01:00
2022-10-04 15:03:28 +01:00
2022-11-22 17:45:46 +00:00
2022-11-16 20:52:53 +00:00
2022-01-03 10:42:10 +01:00
2022-11-19 15:05:28 +00:00
2022-11-10 01:59:34 +00:00
2022-10-03 15:43:48 +01:00
2022-10-04 15:03:28 +01:00
2022-10-03 15:43:48 +01:00
2022-10-03 15:43:48 +01:00
2022-11-02 12:54:16 +00:00
2022-10-03 15:43:48 +01:00
2022-11-22 17:45:46 +00:00
2022-10-03 15:43:48 +01:00
2022-10-03 15:43:48 +01:00
2022-11-21 17:46:42 +00:00
2022-10-03 15:43:48 +01:00
2022-10-03 15:43:48 +01:00
2022-10-03 15:43:48 +01:00
2022-10-03 15:43:48 +01:00
2022-11-16 08:53:51 -05:00
2022-11-01 13:34:51 +01:00
2022-10-03 15:43:48 +01:00
2022-10-03 15:43:48 +01:00
2022-10-19 11:26:17 +02:00
2022-10-03 15:43:48 +01:00
2022-10-03 15:43:48 +01:00
2022-10-03 15:43:48 +01:00
2022-10-03 15:43:48 +01:00
2022-10-03 15:43:48 +01:00
2022-10-03 15:43:48 +01:00
2022-10-18 11:37:13 +02:00
2022-10-03 15:43:48 +01:00
2022-04-14 11:02:37 +01:00
2022-11-01 13:34:51 +01:00
2022-10-03 15:43:48 +01:00
2022-10-03 15:43:48 +01:00
2022-11-07 13:29:42 -05:00
2022-01-03 10:42:10 +01:00
2022-10-03 15:43:48 +01:00
2022-05-13 13:32:23 +01:00
2022-10-03 15:43:48 +01:00
2022-10-03 15:43:48 +01:00
2022-10-03 15:43:48 +01:00
2022-04-02 12:49:38 +02:00
2022-01-03 10:42:10 +01:00
2022-11-08 17:35:15 +00:00
2022-10-03 15:43:48 +01:00
2022-10-03 15:43:48 +01:00
2022-10-03 15:43:48 +01:00
2022-01-03 10:42:10 +01:00
2022-10-18 11:37:13 +02:00
2022-10-03 15:43:48 +01:00
2022-10-03 15:43:48 +01:00
2022-10-03 15:43:48 +01:00
2022-08-31 10:28:46 +01:00
2022-10-03 15:43:48 +01:00
2022-10-03 15:43:48 +01:00
2022-10-03 15:43:48 +01:00
2022-11-21 17:46:42 +00:00
2022-10-18 11:37:13 +02:00
2022-01-03 10:42:10 +01:00
2022-10-03 15:43:48 +01:00
2022-10-03 15:43:48 +01:00
2022-04-01 13:17:18 +01:00
2022-10-03 15:43:48 +01:00
2022-11-02 12:54:16 +00:00
2022-10-03 15:43:48 +01:00
2022-10-17 09:39:37 +01:00