[libcxx-commits] [PATCH] D103734: [libcxx][modularisation] moves <utility> content out of <type_traits>

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 18 08:56:29 PDT 2021


cjdb updated this revision to Diff 353019.
cjdb added a comment.

rebases to get new `<algorithm>` split


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103734

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/inplace_merge.h
  libcxx/include/__algorithm/iter_swap.h
  libcxx/include/__algorithm/move.h
  libcxx/include/__algorithm/next_permutation.h
  libcxx/include/__algorithm/nth_element.h
  libcxx/include/__algorithm/partial_sort.h
  libcxx/include/__algorithm/partition.h
  libcxx/include/__algorithm/pop_heap.h
  libcxx/include/__algorithm/prev_permutation.h
  libcxx/include/__algorithm/push_heap.h
  libcxx/include/__algorithm/remove.h
  libcxx/include/__algorithm/reverse.h
  libcxx/include/__algorithm/rotate.h
  libcxx/include/__algorithm/shift_right.h
  libcxx/include/__algorithm/shuffle.h
  libcxx/include/__algorithm/sift_down.h
  libcxx/include/__algorithm/sort.h
  libcxx/include/__algorithm/stable_partition.h
  libcxx/include/__algorithm/stable_sort.h
  libcxx/include/__algorithm/swap_ranges.h
  libcxx/include/__algorithm/unique.h
  libcxx/include/__iterator/concepts.h
  libcxx/include/__iterator/iter_move.h
  libcxx/include/__memory/allocator.h
  libcxx/include/__memory/allocator_traits.h
  libcxx/include/__memory/compressed_pair.h
  libcxx/include/__memory/construct_at.h
  libcxx/include/__memory/shared_ptr.h
  libcxx/include/__memory/unique_ptr.h
  libcxx/include/__ranges/access.h
  libcxx/include/__ranges/data.h
  libcxx/include/__ranges/empty.h
  libcxx/include/__ranges/size.h
  libcxx/include/__split_buffer
  libcxx/include/__tree
  libcxx/include/__utility/__decay_copy.h
  libcxx/include/__utility/declval.h
  libcxx/include/__utility/forward.h
  libcxx/include/__utility/move.h
  libcxx/include/__utility/swap.h
  libcxx/include/algorithm
  libcxx/include/any
  libcxx/include/deque
  libcxx/include/exception
  libcxx/include/experimental/iterator
  libcxx/include/filesystem
  libcxx/include/forward_list
  libcxx/include/functional
  libcxx/include/future
  libcxx/include/istream
  libcxx/include/iterator
  libcxx/include/list
  libcxx/include/map
  libcxx/include/module.modulemap
  libcxx/include/mutex
  libcxx/include/queue
  libcxx/include/scoped_allocator
  libcxx/include/set
  libcxx/include/stack
  libcxx/include/thread
  libcxx/include/tuple
  libcxx/include/type_traits
  libcxx/include/unordered_map
  libcxx/include/unordered_set
  libcxx/include/utility
  libcxx/include/variant
  libcxx/include/vector
  libcxx/test/std/utilities/utility/forward/forward.fail.cpp
  libcxx/test/std/utilities/utility/utility.swap/swap.pass.cpp
  libcxx/test/std/utilities/utility/utility.swap/swap_array.pass.cpp
  libcxx/test/support/poisoned_hash_helper.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103734.353019.patch
Type: text/x-patch
Size: 47027 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210618/94f298a8/attachment-0001.bin>


More information about the libcxx-commits mailing list