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

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 1 09:43:30 PDT 2023


Mordante added a comment.

The CI failure is not related to your changes.

Is this patch ready for review or do you have more changes planned?



================
Comment at: libcxx/include/array:443
+template <class _Tp, size_t _Size>
+inline _LIBCPP_INLINE_VISIBILITY
+constexpr __synth_three_way_result<_Tp>
----------------
Mordante wrote:
> 
This change is not applied.


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