<div dir="ltr">Yeah, that's all I've found. I take it there's nothing for std::vector and friends. What does that mean for implementing <=>?<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, 20 Jun 2020 at 12:46, Marshall Clow <<a href="mailto:mclow.lists@gmail.com">mclow.lists@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On May 31, 2020, at 4:05 PM, Christopher Di Bella via libcxx-dev <<a href="mailto:libcxx-dev@lists.llvm.org" target="_blank">libcxx-dev@lists.llvm.org</a>> wrote:<br>
> <br>
> Hi,<br>
> <br>
> I'm implementing the spaceship operator for the standard containers at the moment, but I can only find the array comparison tests. (And when I get operator<=> to do something wrong at run-time, no assertions seem to fire. Compile-time errors confirm they're being compiled.)<br>
> <br>
> Where are they located?<br>
<br>
We have them for std::array, it appears. ;-)<br>
In libcxx/test/std/containers/sequences/array/compare.pass.cpp<br>
<br>
— Marshall<br>
<br>
</blockquote></div>