[libcxx-commits] [PATCH] D130471: [libc++] Granularize the rest of type_traits

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Aug 13 17:00:30 PDT 2022


philnik updated this revision to Diff 452460.
philnik added a comment.

Rebased


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130471

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/copy_backward.h
  libcxx/include/__algorithm/copy_n.h
  libcxx/include/__algorithm/fill_n.h
  libcxx/include/__algorithm/for_each_n.h
  libcxx/include/__algorithm/generate_n.h
  libcxx/include/__algorithm/search_n.h
  libcxx/include/__compare/compare_three_way_result.h
  libcxx/include/__compare/three_way_comparable.h
  libcxx/include/__concepts/assignable.h
  libcxx/include/__concepts/equality_comparable.h
  libcxx/include/__concepts/swappable.h
  libcxx/include/__functional/hash.h
  libcxx/include/__fwd/hash.h
  libcxx/include/__fwd/pair.h
  libcxx/include/__fwd/span.h
  libcxx/include/__fwd/string_view.h
  libcxx/include/__hash_table
  libcxx/include/__iterator/advance.h
  libcxx/include/__iterator/iterator_traits.h
  libcxx/include/__memory/compressed_pair.h
  libcxx/include/__ranges/join_view.h
  libcxx/include/__ranges/lazy_split_view.h
  libcxx/include/__ranges/take_view.h
  libcxx/include/__ranges/transform_view.h
  libcxx/include/__threading_support
  libcxx/include/__tree
  libcxx/include/__tuple
  libcxx/include/__type_traits/can_extract_key.h
  libcxx/include/__type_traits/dependent_type.h
  libcxx/include/__type_traits/is_char_like_type.h
  libcxx/include/__type_traits/is_implicitly_default_constructible.h
  libcxx/include/__type_traits/is_swappable.h
  libcxx/include/__type_traits/make_const_lvalue_ref.h
  libcxx/include/__type_traits/maybe_const.h
  libcxx/include/__type_traits/remove_const_ref.h
  libcxx/include/__type_traits/result_of.h
  libcxx/include/__utility/convert_to_integral.h
  libcxx/include/__utility/pair.h
  libcxx/include/bitset
  libcxx/include/experimental/propagate_const
  libcxx/include/module.modulemap.in
  libcxx/include/tuple
  libcxx/include/type_traits
  libcxx/include/variant
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/test/libcxx/type_traits/convert_to_integral.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.swap/swap_ranges.pass.cpp
  libcxx/test/std/algorithms/ranges_robust_against_dangling.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130471.452460.patch
Type: text/x-patch
Size: 93243 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220814/866bd3be/attachment-0001.bin>


More information about the libcxx-commits mailing list