[libcxx-commits] [PATCH] D139555: [libc++] Refactor char_traits
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Dec 20 17:04:11 PST 2022
ldionne added a comment.
In D139555#3985297 <https://reviews.llvm.org/D139555#3985297>, @haowei wrote:
> Looks like it is Fuchsia's own issue as it overrides libcxx headers in kernel (https://fuchsia.googlesource.com/fuchsia/+/658bbc3cef7f340c058dde67c3d5dd2be4084bdd/zircon/kernel/lib/ktl/include/cwchar). You don't need to take any action. Sorry for the trouble.
I would check if that workaround is still needed. You should be able to configure the library with `LIBCXX_ENABLE_WIDE_CHARACTERS=OFF` at CMake time to make sure that the library doesn't rely on this header.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139555/new/
https://reviews.llvm.org/D139555
More information about the libcxx-commits
mailing list