P3876R3 — Extending <charconv> support to more character types
LEWG
`std::to_chars` and `std::from_chars` currently only provide support for `char`, which causes several usability problems. This paper proposes to extend support to all other character types, with essentially the same behavior.