[libcxx-commits] [PATCH] D97176: [libcxx] adds concepts std::equality_comparable[_with]
Christopher Di Bella via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 3 19:26:41 PST 2021
cjdb updated this revision to Diff 327990.
cjdb marked 3 inline comments as done.
cjdb added a comment.
- fixes <mutex> problem (hopefully).
- applies @Quuxplusone's feedback.
- adds a few extra //`boolean-testable`// tests per @Mordante's request in D96477 <https://reviews.llvm.org/D96477>.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97176/new/
https://reviews.llvm.org/D97176
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/types.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97176.327990.patch
Type: text/x-patch
Size: 83067 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210304/0fe287ed/attachment-0001.bin>
More information about the libcxx-commits
mailing list