[libcxx-commits] [PATCH] D118748: [libc++] [NFC] s/_LIBCPP_STD_VER > 17 && !defined(_LIBCPP_HAS_NO_CONCEPTS)/!defined(_LIBCPP_HAS_NO_CONCEPTS)/

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 2 08:04:38 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG38db42d0043e: [libc++] [NFC] s/_LIBCPP_STD_VER > 17 && !defined(_LIBCPP_HAS_NO_CONCEPTS)/! (authored by arthur.j.odwyer).

Changed prior to commit:
  https://reviews.llvm.org/D118748?vs=405128&id=405286#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118748

Files:
  libcxx/include/__compare/compare_partial_order_fallback.h
  libcxx/include/__compare/compare_strong_order_fallback.h
  libcxx/include/__compare/compare_three_way.h
  libcxx/include/__compare/compare_weak_order_fallback.h
  libcxx/include/__compare/partial_order.h
  libcxx/include/__compare/strong_order.h
  libcxx/include/__compare/synth_three_way.h
  libcxx/include/__compare/three_way_comparable.h
  libcxx/include/__compare/weak_order.h
  libcxx/include/__concepts/arithmetic.h
  libcxx/include/__concepts/assignable.h
  libcxx/include/__concepts/boolean_testable.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/copyable.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/regular.h
  libcxx/include/__concepts/relation.h
  libcxx/include/__concepts/same_as.h
  libcxx/include/__concepts/semiregular.h
  libcxx/include/__concepts/swappable.h
  libcxx/include/__concepts/totally_ordered.h
  libcxx/include/__iterator/distance.h
  libcxx/include/__iterator/insert_iterator.h
  libcxx/include/__iterator/reverse_iterator.h
  libcxx/include/__random/uniform_random_bit_generator.h
  libcxx/include/__ranges/enable_borrowed_range.h
  libcxx/include/__ranges/non_propagating_cache.h
  libcxx/include/__utility/cmp.h
  libcxx/include/__utility/pair.h
  libcxx/include/numbers
  libcxx/include/ranges
  libcxx/include/string_view
  libcxx/include/tuple
  libcxx/include/type_traits

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118748.405286.patch
Type: text/x-patch
Size: 29175 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220202/feadaa79/attachment-0001.bin>


More information about the libcxx-commits mailing list