cplusplus / draft

C++ standards drafts

Home Page:http://www.open-std.org/jtc1/sc22/wg21/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[2024-06 LWG Motion 7] P0843R14 inplace_vector

jensmaurer opened this issue · comments

This paper includes the following under the wording for [containers.sequences.inplace.vector.overview]:

LWG Review TODO: We need to review this last clause about constexpr. [...]

Has that happened?

Yes, LWG reviewed all the wording

The operator<=> seems to suffer from the same problem as that in LWG4071. Is this already discussed or fixed?

No, I don't think that was discussed.

The reference implementation was incomplete 😠

    constexpr friend int /*synth-three-way-result<T>*/
    operator<=>(const inplace_vector& __x, const inplace_vector& __y)