[libcxx-commits] [libcxx] [libc++] Allow building libc++ using llvm-libc without locale support (PR #187603)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Apr 23 04:06:07 PDT 2026
https://github.com/philnik777 approved this pull request.
I don't think it's in the spirit of `no_locale`. If we don't have localization we really don't need to call weird or even non-standard functions, but should really implement the C locale variants of these functions ourselves.
That's not currently done however, so I'm fine with this for now.
https://github.com/llvm/llvm-project/pull/187603
More information about the libcxx-commits
mailing list