Skip to content

Commit e977097

Browse files
authored
[flat.multiset.defn] Fix format (#8215)
1 parent fbd1a70 commit e977097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/containers.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19770,8 +19770,8 @@
1977019770

1977119771
friend constexpr bool operator==(const flat_multiset& x, const flat_multiset& y);
1977219772

19773-
friend @\placeholder{synth-three-way-result}@<value_type>
19774-
constexpr operator<=>(const flat_multiset& x, const flat_multiset& y);
19773+
friend constexpr @\placeholder{synth-three-way-result}@<value_type>
19774+
operator<=>(const flat_multiset& x, const flat_multiset& y);
1977519775

1977619776
friend constexpr void swap(flat_multiset& x, flat_multiset& y) noexcept
1977719777
{ x.swap(y); }

0 commit comments

Comments
 (0)