[libcxx-commits] [PATCH] D110735: [libc++] [P1614] Implement std::compare_three_way.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Oct 8 08:31:32 PDT 2021


ldionne accepted this revision.
ldionne added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libcxx/include/functional:139
+// [comparisons.three.way], class compare_three_way
+struct compare_three_way;
+
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110735/new/

https://reviews.llvm.org/D110735



More information about the libcxx-commits mailing list