[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
Sat Mar 27 17:15:33 PDT 2021
cjdb updated this revision to Diff 333703.
cjdb marked 3 inline comments as done.
cjdb added a comment.
s/__const_lvalue_reference/__make_const_lvalue_reference/g
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/include/type_traits
libcxx/test/std/concepts/concepts.compare/concept.equalitycomparable/equality_comparable.compile.pass.cpp
libcxx/test/std/concepts/concepts.compare/concept.equalitycomparable/equality_comparable_with.compile.pass.cpp
libcxx/test/std/concepts/concepts.compare/concepts.totallyordered/totally_ordered.pass.cpp
libcxx/test/std/concepts/concepts.compare/concepts.totallyordered/totally_ordered_with.pass.cpp
libcxx/test/std/concepts/concepts.compare/types.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98983.333703.patch
Type: text/x-patch
Size: 106767 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210328/735fb913/attachment-0001.bin>
More information about the libcxx-commits
mailing list