tmp/tmpnys1_2tx/{from.md → to.md}
RENAMED
|
@@ -5,11 +5,11 @@ such that if `ArgTypes` is a parameter pack of types and if the
|
|
| 5 |
*qualified-id* `R::promise_type` is valid and denotes a type
|
| 6 |
[[temp.deduct]], then `coroutine_traits<R, ArgTypes...>` has the
|
| 7 |
following publicly accessible member:
|
| 8 |
|
| 9 |
``` cpp
|
| 10 |
-
using promise_type =
|
| 11 |
```
|
| 12 |
|
| 13 |
Otherwise, `coroutine_traits<R, ArgTypes...>` has no members.
|
| 14 |
|
| 15 |
Program-defined specializations of this template shall define a publicly
|
|
|
|
| 5 |
*qualified-id* `R::promise_type` is valid and denotes a type
|
| 6 |
[[temp.deduct]], then `coroutine_traits<R, ArgTypes...>` has the
|
| 7 |
following publicly accessible member:
|
| 8 |
|
| 9 |
``` cpp
|
| 10 |
+
using promise_type = R::promise_type;
|
| 11 |
```
|
| 12 |
|
| 13 |
Otherwise, `coroutine_traits<R, ArgTypes...>` has no members.
|
| 14 |
|
| 15 |
Program-defined specializations of this template shall define a publicly
|