[libcxx-commits] [libcxx] [libc++] Don't rely on a transitively included BYTE_ORDER in ctype_base (PR #213032)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 30 07:34:12 PDT 2026
https://github.com/philnik777 commented:
I'm kinda wondering whether we shouldn't replace `_LIBCPP_BIG_ENDIAN` with `BYTE_ORDER == BIT_ENDIAN` instead. Our policy tends to be to use standard facilities where applicable, and I think that is the case here as well.
https://github.com/llvm/llvm-project/pull/213032
More information about the libcxx-commits
mailing list