[libcxx-commits] [PATCH] D139270: [libc++] Rename __tuple to __tuple_dir to avoid file collision

Michał Górny via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Dec 18 06:56:17 PST 2022


mgorny updated this revision to Diff 483821.
mgorny retitled this revision from "[libc++] Rename __tuple to __tuple2 to avoid file collision" to "[libc++] Rename __tuple to __tuple_dir to avoid file collision".
mgorny edited the summary of this revision.
mgorny added a comment.

Use `__tuple_dir` instead of the icky `__tuple2`.


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

https://reviews.llvm.org/D139270

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__functional/hash.h
  libcxx/include/__fwd/get.h
  libcxx/include/__memory/compressed_pair.h
  libcxx/include/__ranges/subrange.h
  libcxx/include/__tuple/apply_cv.h
  libcxx/include/__tuple/make_tuple_types.h
  libcxx/include/__tuple/sfinae_helpers.h
  libcxx/include/__tuple/tuple_element.h
  libcxx/include/__tuple/tuple_indices.h
  libcxx/include/__tuple/tuple_like.h
  libcxx/include/__tuple/tuple_size.h
  libcxx/include/__tuple/tuple_types.h
  libcxx/include/__tuple_dir/apply_cv.h
  libcxx/include/__tuple_dir/make_tuple_types.h
  libcxx/include/__tuple_dir/sfinae_helpers.h
  libcxx/include/__tuple_dir/tuple_element.h
  libcxx/include/__tuple_dir/tuple_indices.h
  libcxx/include/__tuple_dir/tuple_like.h
  libcxx/include/__tuple_dir/tuple_size.h
  libcxx/include/__tuple_dir/tuple_types.h
  libcxx/include/__utility/pair.h
  libcxx/include/array
  libcxx/include/libcxx.imp
  libcxx/include/module.modulemap.in
  libcxx/include/optional
  libcxx/include/ranges
  libcxx/include/utility
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/utils/generate_iwyu_mapping.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139270.483821.patch
Type: text/x-patch
Size: 14732 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221218/e37c39ab/attachment-0001.bin>


More information about the libcxx-commits mailing list