[libcxx-commits] [PATCH] D107721: [libc++] [P1614] Implement std::pair::operator<=>
Christopher Di Bella via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Aug 22 15:18:28 PDT 2021
cjdb added a comment.
I've just noticed the commit rename: `[P1614]` only holds meaning to folks who know what the proposal number corresponds to, and it also means that we can only search history for patches related to P1614 <https://reviews.llvm.org/P1614>, rather than the effort. What we do for ranges is this:
[libcxx][ranges] commit summary
Long commit message
Implements part of P1614 '<paper title>'.
Would you mind doing the same here please? I think a good tag would be `[comparison]` or `[spaceship]`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107721/new/
https://reviews.llvm.org/D107721
More information about the libcxx-commits
mailing list