Nikolas Klauser 914fd916d5
[libc++][NFC] Simplify basic_ostream by combining operator<<(Arithmetic) (#121011)
The bodies of all the `operator<<` for arithmetic types have very
similar or even identical bodies. This introduces two new functions to
avoid all the duplication.
2025-01-04 14:49:22 +01:00
..