[libcxx-commits] [PATCH] D97176: [libcxx] adds concepts std::equality_comparable[_with]
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Mar 4 13:56:44 PST 2021
Quuxplusone accepted this revision.
Quuxplusone added a comment.
LGTM!
(Obnitpick: I see a mix of `auto operator==` and `bool operator==`. Is `auto operator==` good C++20 style? Anyway, I don't think it ever matters for this particular test.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97176/new/
https://reviews.llvm.org/D97176
More information about the libcxx-commits
mailing list