[libcxx-commits] [PATCH] D119020: [libc++] Replace includes of <utility> with specific detail headers

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Feb 4 12:56:24 PST 2022


Quuxplusone updated this revision to Diff 406084.
Quuxplusone added a comment.

Fix include order. :)


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

https://reviews.llvm.org/D119020

Files:
  libcxx/include/__algorithm/minmax.h
  libcxx/include/__algorithm/minmax_element.h
  libcxx/include/__algorithm/mismatch.h
  libcxx/include/__algorithm/move.h
  libcxx/include/__algorithm/move_backward.h
  libcxx/include/__algorithm/partition_copy.h
  libcxx/include/__algorithm/remove_if.h
  libcxx/include/__algorithm/search.h
  libcxx/include/__algorithm/unique_copy.h
  libcxx/include/__functional/bind_front.h
  libcxx/include/__functional/default_searcher.h
  libcxx/include/__functional/function.h
  libcxx/include/__functional/identity.h
  libcxx/include/__functional/mem_fn.h
  libcxx/include/__functional/not_fn.h
  libcxx/include/__functional/ranges_operations.h
  libcxx/include/__iterator/iter_move.h
  libcxx/include/__memory/allocation_guard.h
  libcxx/include/__memory/compressed_pair.h
  libcxx/include/__memory/construct_at.h
  libcxx/include/__memory/raw_storage_iterator.h
  libcxx/include/__memory/shared_ptr.h
  libcxx/include/__memory/temporary_buffer.h
  libcxx/include/__memory/uninitialized_algorithms.h
  libcxx/include/__memory/unique_ptr.h
  libcxx/include/algorithm
  libcxx/include/iterator

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119020.406084.patch
Type: text/x-patch
Size: 12959 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220204/1ccfd8d1/attachment-0001.bin>


More information about the libcxx-commits mailing list