|
6444 | 6444 | template<class T, class Allocator>
|
6445 | 6445 | constexpr bool operator==(const deque<T, Allocator>& x, const deque<T, Allocator>& y);
|
6446 | 6446 | template<class T, class Allocator>
|
6447 |
| - constexpr @\placeholder{synth-three-way-result}@<T> operator<=>(const deque<T, Allocator>& x, |
6448 |
| - @\itcorr@ const deque<T, Allocator>& y); |
| 6447 | + constexpr @\placeholder{synth-three-way-result}@<T> |
| 6448 | + operator<=>(const deque<T, Allocator>& x, const deque<T, Allocator>& y); |
6449 | 6449 |
|
6450 | 6450 | template<class T, class Allocator>
|
6451 | 6451 | constexpr void swap(deque<T, Allocator>& x, deque<T, Allocator>& y)
|
|
6940 | 6940 | constexpr bool operator==(const forward_list<T, Allocator>& x,
|
6941 | 6941 | const forward_list<T, Allocator>& y);
|
6942 | 6942 | template<class T, class Allocator>
|
6943 |
| - constexpr @\placeholder{synth-three-way-result}@<T> operator<=>(const forward_list<T, Allocator>& x, |
6944 |
| - @\itcorr@ const forward_list<T, Allocator>& y); |
| 6943 | + constexpr @\placeholder{synth-three-way-result}@<T> |
| 6944 | + operator<=>(const forward_list<T, Allocator>& x, |
| 6945 | + const forward_list<T, Allocator>& y); |
6945 | 6946 |
|
6946 | 6947 | template<class T, class Allocator>
|
6947 | 6948 | constexpr void swap(forward_list<T, Allocator>& x, forward_list<T, Allocator>& y)
|
|
8994 | 8995 | template<class T, class Allocator>
|
8995 | 8996 | constexpr bool operator==(const list<T, Allocator>& x, const list<T, Allocator>& y);
|
8996 | 8997 | template<class T, class Allocator>
|
8997 |
| - constexpr @\placeholder{synth-three-way-result}@<T> operator<=>(const list<T, Allocator>& x, |
8998 |
| - @\itcorr@ const list<T, Allocator>& y); |
| 8998 | + constexpr @\placeholder{synth-three-way-result}@<T> |
| 8999 | + operator<=>(const list<T, Allocator>& x, const list<T, Allocator>& y); |
8999 | 9000 |
|
9000 | 9001 | template<class T, class Allocator>
|
9001 | 9002 | constexpr void swap(list<T, Allocator>& x, list<T, Allocator>& y)
|
|
9787 | 9788 | template<class T, class Allocator>
|
9788 | 9789 | constexpr bool operator==(const vector<T, Allocator>& x, const vector<T, Allocator>& y);
|
9789 | 9790 | template<class T, class Allocator>
|
9790 |
| - constexpr @\placeholder{synth-three-way-result}@<T> operator<=>(const vector<T, Allocator>& x, |
9791 |
| - @\itcorr@ const vector<T, Allocator>& y); |
| 9791 | + constexpr @\placeholder{synth-three-way-result}@<T> |
| 9792 | + operator<=>(const vector<T, Allocator>& x, const vector<T, Allocator>& y); |
9792 | 9793 |
|
9793 | 9794 | template<class T, class Allocator>
|
9794 | 9795 | constexpr void swap(vector<T, Allocator>& x, vector<T, Allocator>& y)
|
|
12585 | 12586 | constexpr bool operator==(const set<Key, Compare, Allocator>& x,
|
12586 | 12587 | const set<Key, Compare, Allocator>& y);
|
12587 | 12588 | template<class Key, class Compare, class Allocator>
|
12588 |
| - constexpr @\placeholder{synth-three-way-result}@<Key> operator<=>(const set<Key, Compare, Allocator>& x, |
12589 |
| - @\itcorr@ const set<Key, Compare, Allocator>& y); |
| 12589 | + constexpr @\placeholder{synth-three-way-result}@<Key> |
| 12590 | + operator<=>(const set<Key, Compare, Allocator>& x, |
| 12591 | + const set<Key, Compare, Allocator>& y); |
12590 | 12592 |
|
12591 | 12593 | template<class Key, class Compare, class Allocator>
|
12592 | 12594 | constexpr void swap(set<Key, Compare, Allocator>& x,
|
|
0 commit comments