Nikolas Klauser d52507d94f
[libc++] Remove numpunct_byname::__init (#173283)
`numpunct_byname::__init` is only used inside the dylib, so we can
remove it. To do that we can move the code into one of the constructors
and delegate the other.
2026-01-08 12:08:56 +01:00
..