tmp/tmp__12qjh_/{from.md → to.md}
RENAMED
|
@@ -14,8 +14,8 @@ namespace std {
|
|
| 14 |
};
|
| 15 |
}
|
| 16 |
```
|
| 17 |
|
| 18 |
[*Note 1*: The types `suspend_never` and `suspend_always` can be used
|
| 19 |
-
to indicate that an *await-expression*
|
| 20 |
-
|
| 21 |
|
|
|
|
| 14 |
};
|
| 15 |
}
|
| 16 |
```
|
| 17 |
|
| 18 |
[*Note 1*: The types `suspend_never` and `suspend_always` can be used
|
| 19 |
+
to indicate that an *await-expression* either never suspends or always
|
| 20 |
+
suspends, and in either case does not produce a value. — *end note*]
|
| 21 |
|