tmp/tmpsdw728ez/{from.md → to.md}
RENAMED
|
@@ -134,13 +134,11 @@ type `V`_`fd` is `cv FD&`.
|
|
| 134 |
``` cpp
|
| 135 |
namespace std::placeholders {
|
| 136 |
// M is the number of placeholders
|
| 137 |
see below _1;
|
| 138 |
see below _2;
|
| 139 |
-
|
| 140 |
-
.
|
| 141 |
-
.
|
| 142 |
see below _M;
|
| 143 |
}
|
| 144 |
```
|
| 145 |
|
| 146 |
The number `M` of placeholders is *implementation-defined*.
|
|
|
|
| 134 |
``` cpp
|
| 135 |
namespace std::placeholders {
|
| 136 |
// M is the number of placeholders
|
| 137 |
see below _1;
|
| 138 |
see below _2;
|
| 139 |
+
⋮
|
|
|
|
|
|
|
| 140 |
see below _M;
|
| 141 |
}
|
| 142 |
```
|
| 143 |
|
| 144 |
The number `M` of placeholders is *implementation-defined*.
|