[libcxx-commits] [PATCH] D98983: [libcxx] adds concepts `std::totally_ordered` and `std::totally_ordered_with`

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 19 15:44:42 PDT 2021


cjdb updated this revision to Diff 332019.
cjdb marked 4 inline comments as done.
cjdb added a comment.

applies most of @Quuxplusone's feedback (the rest to be addressed in comments).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98983

Files:
  libcxx/include/concepts
  libcxx/test/std/concepts/comparison/concepts.equalitycomparable/equality_comparable.compile.pass.cpp
  libcxx/test/std/concepts/comparison/concepts.equalitycomparable/equality_comparable_with.compile.pass.cpp
  libcxx/test/std/concepts/comparison/concepts.totallyordered/totally_ordered.compile.pass.cpp
  libcxx/test/std/concepts/comparison/concepts.totallyordered/totally_ordered_with.compile.pass.cpp
  libcxx/test/std/concepts/comparison/types.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98983.332019.patch
Type: text/x-patch
Size: 104374 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210319/cc196e34/attachment-0001.bin>


More information about the libcxx-commits mailing list