[libcxx-commits] [PATCH] D139270: [libc++] Rename __tuple to __tuple2 to avoid file collision
Sam James via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Dec 9 10:46:36 PST 2022
thesamesam added a comment.
In D139270#3984960 <https://reviews.llvm.org/D139270#3984960>, @Mordante wrote:
> I like this idea better than using (temporary) __fooN headers. @philnik do you know how easy it is to remove these "obsolete" files? This would solve upgrading, but not downgrading from the current `__foo` is a directory to `__foo` is a file.
Like I said, it can't work. It implies that the build system would interfere with the live system and disrespect DESTDIR and friends. It would not work for distributions at all.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139270/new/
https://reviews.llvm.org/D139270
More information about the libcxx-commits
mailing list