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

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Dec 26 07:24:24 PST 2022


philnik created this revision.
philnik added a reviewer: Mordante.
Herald added a subscriber: wenlei.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D140673

Files:
  libcxx/include/__algorithm/copy_backward.h
  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/move_backward.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/__format/unicode.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/bit
  libcxx/include/regex
  libcxx/include/valarray
  libcxx/test/libcxx/transitive_includes/cxx2b.csv
  libcxx/test/std/numerics/bit/bit.endian/endian.pass.cpp
  libcxx/test/std/numerics/bit/bit.pow.two/bit_ceil.fail.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140673.485302.patch
Type: text/x-patch
Size: 23322 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221226/7eccca8e/attachment-0001.bin>


More information about the libcxx-commits mailing list