[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
Wed Dec 21 08:07:07 PST 2022


mgorny updated this revision to Diff 484586.
mgorny added a comment.

Use explicit mapping as requested.


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.484586.patch
Type: text/x-patch
Size: 14814 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221221/96edef95/attachment-0001.bin>


More information about the libcxx-commits mailing list