tmp/tmp57fr7evj/{from.md → to.md}
RENAMED
|
@@ -154,12 +154,13 @@ bool operator>=(T, T);
|
|
| 154 |
R operator<=>(T, T);
|
| 155 |
```
|
| 156 |
|
| 157 |
where `R` is the result type specified in [[expr.spaceship]].
|
| 158 |
|
| 159 |
-
For every `T`, where `T` is a pointer-to-member type
|
| 160 |
-
`std::nullptr_t`, there exist candidate operator functions of the
|
|
|
|
| 161 |
|
| 162 |
``` cpp
|
| 163 |
bool operator==(T, T);
|
| 164 |
bool operator!=(T, T);
|
| 165 |
```
|
|
|
|
| 154 |
R operator<=>(T, T);
|
| 155 |
```
|
| 156 |
|
| 157 |
where `R` is the result type specified in [[expr.spaceship]].
|
| 158 |
|
| 159 |
+
For every `T`, where `T` is a pointer-to-member type, `std::meta::info`,
|
| 160 |
+
or `std::nullptr_t`, there exist candidate operator functions of the
|
| 161 |
+
form
|
| 162 |
|
| 163 |
``` cpp
|
| 164 |
bool operator==(T, T);
|
| 165 |
bool operator!=(T, T);
|
| 166 |
```
|