[libcxx-commits] [PATCH] D147519: [libc++] Rename __tuple_dir back to __tuple

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Apr 12 05:31:01 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe2b15ec235fe: [libc++] Rename __tuple_dir back to __tuple (authored by philnik).

Changed prior to commit:
  https://reviews.llvm.org/D147519?vs=510743&id=512791#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147519

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__functional/hash.h
  libcxx/include/__fwd/get.h
  libcxx/include/__memory/compressed_pair.h
  libcxx/include/__ranges/elements_view.h
  libcxx/include/__ranges/subrange.h
  libcxx/include/__tuple/apply_cv.h
  libcxx/include/__tuple/make_tuple_types.h
  libcxx/include/__tuple/pair_like.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_like_ext.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/pair_like.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_like_ext.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/data/ignore_format.txt
  libcxx/utils/generate_iwyu_mapping.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147519.512791.patch
Type: text/x-patch
Size: 18121 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230412/7a63ad2b/attachment-0001.bin>


More information about the libcxx-commits mailing list