[libcxx-commits] [PATCH] D132265: [libc++][spaceship] Implement `operator<=>` for `array`

Hristo Hristov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat May 6 10:48:41 PDT 2023


H-G-Hristov added inline comments.


================
Comment at: libcxx/docs/Status/Cxx20.rst:65
+
+   .. [#note-LWG3347] LWG3347: Implemented changes in [array.syn] and [array.overview]
----------------
H-G-Hristov wrote:
> philnik wrote:
> > Would you be interested in implementing the rest of this issue? It doesn't look too complicated.
> Yes, let me do it in a follow up patch.
Let me correct myself, the `std::pair`'s part is already implemented. Marked the issue as completed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132265



More information about the libcxx-commits mailing list