[libcxx-commits] [libcxx] [libc++] Optimize num_get integral functions (PR #121795)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Mon Dec 1 05:51:12 PST 2025


philnik777 wrote:

Any streams should be affected, but I don't think the `sto*` family is. They call `strto*` functions, which don't use C++ locales.

https://github.com/llvm/llvm-project/pull/121795


More information about the libcxx-commits mailing list