[libcxx-commits] [PATCH] D140480: [libc++] Granularize <type_traits> includes in <compare>

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Dec 22 17:58:21 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe0a66116fccc: [libc++] Granularize <type_traits> includes in <compare> (authored by philnik).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140480

Files:
  libcxx/include/__algorithm/copy.h
  libcxx/include/__algorithm/iterator_operations.h
  libcxx/include/__algorithm/move.h
  libcxx/include/__algorithm/ranges_iterator_concept.h
  libcxx/include/__algorithm/unwrap_iter.h
  libcxx/include/__bit/bit_cast.h
  libcxx/include/__compare/compare_partial_order_fallback.h
  libcxx/include/__compare/compare_strong_order_fallback.h
  libcxx/include/__compare/compare_three_way_result.h
  libcxx/include/__compare/compare_weak_order_fallback.h
  libcxx/include/__compare/partial_order.h
  libcxx/include/__compare/strong_order.h
  libcxx/include/__compare/weak_order.h
  libcxx/include/__functional/hash.h
  libcxx/include/__functional/reference_wrapper.h
  libcxx/include/__functional/weak_result_type.h
  libcxx/include/__iterator/advance.h
  libcxx/include/__iterator/concepts.h
  libcxx/include/__iterator/distance.h
  libcxx/include/__iterator/incrementable_traits.h
  libcxx/include/__iterator/iter_move.h
  libcxx/include/__iterator/iter_swap.h
  libcxx/include/__iterator/iterator_traits.h
  libcxx/include/__iterator/next.h
  libcxx/include/__iterator/prev.h
  libcxx/include/__iterator/readable_traits.h
  libcxx/include/__iterator/reverse_iterator.h
  libcxx/include/__memory/allocator.h
  libcxx/include/__memory/allocator_arg_t.h
  libcxx/include/__memory/allocator_traits.h
  libcxx/include/__memory/assume_aligned.h
  libcxx/include/__memory/compressed_pair.h
  libcxx/include/__memory/concepts.h
  libcxx/include/__memory/construct_at.h
  libcxx/include/__memory/pointer_traits.h
  libcxx/include/__memory/ranges_uninitialized_algorithms.h
  libcxx/include/__memory/shared_ptr.h
  libcxx/include/__memory/uninitialized_algorithms.h
  libcxx/include/__memory/unique_ptr.h
  libcxx/include/__memory/uses_allocator.h
  libcxx/include/__ranges/access.h
  libcxx/include/__ranges/concepts.h
  libcxx/include/__ranges/dangling.h
  libcxx/include/__ranges/data.h
  libcxx/include/__ranges/empty.h
  libcxx/include/__ranges/enable_view.h
  libcxx/include/__ranges/size.h
  libcxx/include/__ranges/subrange.h
  libcxx/include/__ranges/view_interface.h
  libcxx/include/__type_traits/is_trivially_destructible.h
  libcxx/include/cmath
  libcxx/include/compare
  libcxx/include/condition_variable
  libcxx/include/exception
  libcxx/include/istream
  libcxx/include/math.h
  libcxx/include/module.modulemap.in
  libcxx/include/mutex
  libcxx/include/new
  libcxx/include/ostream
  libcxx/include/scoped_allocator
  libcxx/include/valarray
  libcxx/test/libcxx/numerics/numeric.ops/midpoint.integer.pass.cpp
  libcxx/test/libcxx/transitive_includes/cxx03.csv
  libcxx/test/libcxx/transitive_includes/cxx11.csv
  libcxx/test/libcxx/transitive_includes/cxx14.csv
  libcxx/test/libcxx/transitive_includes/cxx17.csv
  libcxx/test/libcxx/transitive_includes/cxx20.csv
  libcxx/test/libcxx/transitive_includes/cxx2b.csv
  libcxx/test/std/language.support/support.dynamic/align_val_t.pass.cpp
  libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.integer.pass.cpp
  libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/allocate_shared_construct.pass.cpp
  libcxx/test/support/count_new.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140480.485006.patch
Type: text/x-patch
Size: 44562 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221223/919f9dbe/attachment-0001.bin>


More information about the libcxx-commits mailing list