We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbd1a70 commit e977097Copy full SHA for e977097
source/containers.tex
@@ -19770,8 +19770,8 @@
19770
19771
friend constexpr bool operator==(const flat_multiset& x, const flat_multiset& y);
19772
19773
- friend @\placeholder{synth-three-way-result}@<value_type>
19774
- constexpr operator<=>(const flat_multiset& x, const flat_multiset& y);
+ friend constexpr @\placeholder{synth-three-way-result}@<value_type>
+ operator<=>(const flat_multiset& x, const flat_multiset& y);
19775
19776
friend constexpr void swap(flat_multiset& x, flat_multiset& y) noexcept
19777
{ x.swap(y); }
0 commit comments