[libcxx-commits] [PATCH] D140673: [libc++] Granularize <type_traits> includes in <algorithm>

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Feb 10 15:50:02 PST 2023


philnik updated this revision to Diff 496622.
philnik added a comment.

Rebased


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140673

Files:
  libcxx/include/__algorithm/copy_n.h
  libcxx/include/__algorithm/fill.h
  libcxx/include/__algorithm/fill_n.h
  libcxx/include/__algorithm/find_end.h
  libcxx/include/__algorithm/for_each_n.h
  libcxx/include/__algorithm/generate_n.h
  libcxx/include/__algorithm/half_positive.h
  libcxx/include/__algorithm/is_permutation.h
  libcxx/include/__algorithm/lower_bound.h
  libcxx/include/__algorithm/minmax_element.h
  libcxx/include/__algorithm/partial_sort.h
  libcxx/include/__algorithm/partition.h
  libcxx/include/__algorithm/pop_heap.h
  libcxx/include/__algorithm/push_heap.h
  libcxx/include/__algorithm/ranges_merge.h
  libcxx/include/__algorithm/ranges_minmax_element.h
  libcxx/include/__algorithm/ranges_partition.h
  libcxx/include/__algorithm/ranges_partition_copy.h
  libcxx/include/__algorithm/ranges_sample.h
  libcxx/include/__algorithm/ranges_shuffle.h
  libcxx/include/__algorithm/ranges_stable_partition.h
  libcxx/include/__algorithm/rotate.h
  libcxx/include/__algorithm/sample.h
  libcxx/include/__algorithm/search.h
  libcxx/include/__algorithm/search_n.h
  libcxx/include/__algorithm/set_difference.h
  libcxx/include/__algorithm/shift_left.h
  libcxx/include/__algorithm/shift_right.h
  libcxx/include/__algorithm/sort_heap.h
  libcxx/include/__algorithm/stable_partition.h
  libcxx/include/__algorithm/stable_sort.h
  libcxx/include/__algorithm/uniform_random_bit_generator_adaptor.h
  libcxx/include/__random/is_valid.h
  libcxx/include/__random/log2.h
  libcxx/include/__random/uniform_int_distribution.h
  libcxx/include/__random/uniform_random_bit_generator.h
  libcxx/include/algorithm
  libcxx/include/regex
  libcxx/include/valarray
  libcxx/test/libcxx/transitive_includes/cxx2b.csv
  libcxx/test/std/numerics/bit/bit.endian/endian.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140673.496622.patch
Type: text/x-patch
Size: 20690 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230210/cbc0199c/attachment-0001.bin>


More information about the libcxx-commits mailing list