[libcxx-commits] [PATCH] D96477: [libcxx] adds remaining callable concepts

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Apr 5 09:15:00 PDT 2021


cjdb updated this revision to Diff 335274.
cjdb marked 8 inline comments as done.
cjdb added a comment.

changes incorrect version from 14.0 to 13.0 and renames incorrectly-named overload


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96477

Files:
  libcxx/docs/Cxx2aStatusPaperStatus.csv
  libcxx/include/concepts
  libcxx/test/std/concepts/concepts.callable/concept.equiv/equivalence_relation.pass.cpp
  libcxx/test/std/concepts/concepts.callable/concept.equiv/equivalence_relation.subsumption.pass.cpp
  libcxx/test/std/concepts/concepts.callable/concept.predicate/predicate.pass.cpp
  libcxx/test/std/concepts/concepts.callable/concept.predicate/predicate.subsumption.pass.cpp
  libcxx/test/std/concepts/concepts.callable/concept.relation/relation.pass.cpp
  libcxx/test/std/concepts/concepts.callable/concept.relation/relation.subsumption.pass.cpp
  libcxx/test/std/concepts/concepts.callable/concept.strictweakorder/strict_weak_order.pass.cpp
  libcxx/test/std/concepts/concepts.callable/concept.strictweakorder/strict_weak_order.subsumption.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96477.335274.patch
Type: text/x-patch
Size: 18307 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210405/ef5e7a34/attachment-0001.bin>


More information about the libcxx-commits mailing list