[libcxx-commits] [PATCH] D96477: [libcxx] adds remaining callable concepts
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Apr 6 08:43:08 PDT 2021
ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
Ship it with nitpicks applied. Feel free to fix @curdeius 's nitpicks in this patch too as fly-by's, those are really small.
================
Comment at: libcxx/test/std/concepts/concepts.callable/concept.equiv/equivalence_relation.subsumption.compile.pass.cpp:78
+requires std::equivalence_relation<F, T, U>
+[[nodiscard]] constexpr bool check_equivalence_relation_subsumes_iteself() {
+ return true;
----------------
`iteself` -> `itself`? There's a few other occurrences of that in other test files.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96477/new/
https://reviews.llvm.org/D96477
More information about the libcxx-commits
mailing list