[libcxx-commits] [PATCH] D139270: [libc++] Rename __tuple to __tuple2 to avoid file collision
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Dec 4 10:08:30 PST 2022
Mordante added a comment.
The build fails since the generated files aren't updated. This can be done by running `ninja libcxx-generate-files`. Alternatively one of the libc++ maintainers can commandeer the patch to fix these issues.
================
Comment at: libcxx/include/CMakeLists.txt:516
__std_stream
__string/char_traits.h
__string/extern_template_lists.h
----------------
IIRC this used to be a file to, is that also an issue?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139270/new/
https://reviews.llvm.org/D139270
More information about the libcxx-commits
mailing list