[libcxx-commits] [PATCH] D111514: [libc++] [P1614] Implement the second half of [cmp.alg]: compare_{strong, weak, partial}_fallback.
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 22 11:31:29 PST 2021
Quuxplusone added inline comments.
================
Comment at: libcxx/include/__compare/compare_strong_order_fallback.h:52
+ strong_ordering::greater;
+ }
+
----------------
@ldionne: Here's one example of a multi-line "you must write it three times" body; let me know what you want this to look like.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111514/new/
https://reviews.llvm.org/D111514
More information about the libcxx-commits
mailing list