tmp/tmp2psjjrxb/{from.md → to.md}
RENAMED
|
@@ -3,10 +3,11 @@
|
|
| 3 |
The header `<compare>` specifies types, objects, and functions for use
|
| 4 |
primarily in connection with the three-way comparison operator
|
| 5 |
[[expr.spaceship]].
|
| 6 |
|
| 7 |
``` cpp
|
|
|
|
| 8 |
namespace std {
|
| 9 |
// [cmp.categories], comparison category types
|
| 10 |
class partial_ordering;
|
| 11 |
class weak_ordering;
|
| 12 |
class strong_ordering;
|
|
|
|
| 3 |
The header `<compare>` specifies types, objects, and functions for use
|
| 4 |
primarily in connection with the three-way comparison operator
|
| 5 |
[[expr.spaceship]].
|
| 6 |
|
| 7 |
``` cpp
|
| 8 |
+
// all freestanding
|
| 9 |
namespace std {
|
| 10 |
// [cmp.categories], comparison category types
|
| 11 |
class partial_ordering;
|
| 12 |
class weak_ordering;
|
| 13 |
class strong_ordering;
|