P3876R3 — Extending <charconv> support to more character types
Jan Schultke, Peter Bindels
LEWG
Revisions R3Sep 2026R2May 2026R1Feb 2026
`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.