[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
Mon Dec 5 08:20:43 PST 2022


Mordante added inline comments.


================
Comment at: libcxx/include/CMakeLists.txt:516
   __std_stream
   __string/char_traits.h
   __string/extern_template_lists.h
----------------
mgorny wrote:
> Mordante wrote:
> > IIRC this used to be a file to, is that also an issue?
> Yeah, it was. However, since it's in 15.x already, I don't have a strong opinion wrt fixing it now. It only occurred to me now that there's a relatively simple solution to the problem.
> 
> If you think we should change that too, then I can make a patch (perhaps separate from this one?).
Not per se, if there are no complains from users I don't feel we need to.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139270/new/

https://reviews.llvm.org/D139270



More information about the libcxx-commits mailing list