[libcxx-commits] [PATCH] D105585: [libcxx][nfc] Remove <algorithm>'s dependence on <iterator> and related changes.

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 7 14:58:47 PDT 2021


zoecarver updated this revision to Diff 357085.
zoecarver added a comment.

- Alphabatize.
- Update module map.
- Make this a NFC for real.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105585

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/equal.h
  libcxx/include/__algorithm/equal_range.h
  libcxx/include/__algorithm/inplace_merge.h
  libcxx/include/__algorithm/is_permutation.h
  libcxx/include/__algorithm/lower_bound.h
  libcxx/include/__algorithm/partition_point.h
  libcxx/include/__algorithm/rotate.h
  libcxx/include/__algorithm/rotate_copy.h
  libcxx/include/__algorithm/sample.h
  libcxx/include/__algorithm/sort.h
  libcxx/include/__algorithm/stable_partition.h
  libcxx/include/__algorithm/stable_sort.h
  libcxx/include/__algorithm/unwrap_iter.h
  libcxx/include/__algorithm/upper_bound.h
  libcxx/include/__functional/function.h
  libcxx/include/__memory/builtin_new_allocator.h
  libcxx/include/__memory/destruct_n.h
  libcxx/include/__split_buffer
  libcxx/include/algorithm
  libcxx/include/memory
  libcxx/include/module.modulemap
  libcxx/include/valarray
  libcxx/include/vector

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105585.357085.patch
Type: text/x-patch
Size: 19149 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210707/cba3785d/attachment-0001.bin>


More information about the libcxx-commits mailing list