[libcxx-commits] [PATCH] D120139: [libc++] [ranges] Permit std::mergeable and std::sortable with HAS_NO_INCOMPLETE_RANGES

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 28 11:56:53 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rGd4853e638b8e: [libc++] [ranges] Permit std::mergeable and std::sortable with… (authored by arthur.j.odwyer).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120139

Files:
  libcxx/include/__functional/ranges_operations.h
  libcxx/include/__iterator/mergeable.h
  libcxx/include/__iterator/sortable.h
  libcxx/test/std/iterators/iterator.requirements/alg.req.mergeable/mergeable.compile.pass.cpp
  libcxx/test/std/iterators/iterator.requirements/alg.req.mergeable/mergeable.subsumption.compile.pass.cpp
  libcxx/test/std/iterators/iterator.requirements/alg.req.sortable/sortable.compile.pass.cpp
  libcxx/test/std/iterators/iterator.requirements/alg.req.sortable/sortable.subsumption.compile.pass.cpp
  libcxx/test/std/utilities/function.objects/range.cmp/equal_to.pass.cpp
  libcxx/test/std/utilities/function.objects/range.cmp/greater.pass.cpp
  libcxx/test/std/utilities/function.objects/range.cmp/greater_equal.pass.cpp
  libcxx/test/std/utilities/function.objects/range.cmp/less.pass.cpp
  libcxx/test/std/utilities/function.objects/range.cmp/less_equal.pass.cpp
  libcxx/test/std/utilities/function.objects/range.cmp/not_equal_to.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120139.411858.patch
Type: text/x-patch
Size: 7645 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220228/ca92e9a8/attachment-0001.bin>


More information about the libcxx-commits mailing list