[libcxx-commits] [libcxx] Implement P1885R12: `<text_encoding>` header (PR #141312)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Thu May 29 12:24:29 PDT 2025
Zingam wrote:
> * Android 5.0 and 13.0 don't have `nl_langinfo_l`, but do have `<langinfo.h>` (~on further research, it looks like that shouldn't even be possible, `<langinfo.h>` is not part of the Android NDK...~ I've found some bits of source code of the NDK that have it, some that don't. Will have to investigate what NDK the CI uses. From the bits I've found, it's guarded by `!__LP64__`...)
> * There is a macro collision from `<langinfo.h>` in two of the tests
I belive the latest released NDK.
https://github.com/llvm/llvm-project/pull/141312
More information about the libcxx-commits
mailing list