diff --git a/source/containers.tex b/source/containers.tex index 337685a058..ce6f248ab1 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -19770,8 +19770,8 @@ friend constexpr bool operator==(const flat_multiset& x, const flat_multiset& y); - friend @\placeholder{synth-three-way-result}@ - constexpr operator<=>(const flat_multiset& x, const flat_multiset& y); + friend constexpr @\placeholder{synth-three-way-result}@ + operator<=>(const flat_multiset& x, const flat_multiset& y); friend constexpr void swap(flat_multiset& x, flat_multiset& y) noexcept { x.swap(y); }