[libcxx-commits] [PATCH] D139189: [libc++] Granularize <type_traits> includes in <concepts>

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Dec 7 05:19:58 PST 2022


philnik updated this revision to Diff 480865.
philnik marked 2 inline comments as done.
philnik added a comment.

Try to fix CI


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139189

Files:
  libcxx/include/__concepts/arithmetic.h
  libcxx/include/__concepts/assignable.h
  libcxx/include/__concepts/class_or_enum.h
  libcxx/include/__concepts/common_reference_with.h
  libcxx/include/__concepts/common_with.h
  libcxx/include/__concepts/constructible.h
  libcxx/include/__concepts/convertible_to.h
  libcxx/include/__concepts/derived_from.h
  libcxx/include/__concepts/destructible.h
  libcxx/include/__concepts/different_from.h
  libcxx/include/__concepts/equality_comparable.h
  libcxx/include/__concepts/invocable.h
  libcxx/include/__concepts/movable.h
  libcxx/include/__concepts/predicate.h
  libcxx/include/__concepts/same_as.h
  libcxx/include/__concepts/swappable.h
  libcxx/include/__concepts/totally_ordered.h
  libcxx/include/__type_traits/remove_cvref.h
  libcxx/include/__utility/swap.h
  libcxx/include/concepts
  libcxx/include/sstream
  libcxx/test/libcxx/ranges/range.utility.helpers/different_from.compile.pass.cpp
  libcxx/test/libcxx/transitive_includes/cxx2b.csv

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139189.480865.patch
Type: text/x-patch
Size: 12080 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221207/15f2224b/attachment.bin>


More information about the libcxx-commits mailing list