tmp/tmpo5hekfw8/{from.md → to.md}
RENAMED
|
@@ -12,11 +12,11 @@ object that shares the same shared state.
|
|
| 12 |
|
| 13 |
[*Note 1*: Member functions of `shared_future` do not synchronize with
|
| 14 |
themselves, but they synchronize with the shared state. — *end note*]
|
| 15 |
|
| 16 |
The effect of calling any member function other than the destructor, the
|
| 17 |
-
move
|
| 18 |
a `shared_future` object for which `valid() == false` is undefined.
|
| 19 |
|
| 20 |
[*Note 2*: It is valid to copy or move from a `shared_future` object
|
| 21 |
for which `valid()` is `false`. — *end note*]
|
| 22 |
|
|
|
|
| 12 |
|
| 13 |
[*Note 1*: Member functions of `shared_future` do not synchronize with
|
| 14 |
themselves, but they synchronize with the shared state. — *end note*]
|
| 15 |
|
| 16 |
The effect of calling any member function other than the destructor, the
|
| 17 |
+
move assignment operator, the copy assignment operator, or `valid()` on
|
| 18 |
a `shared_future` object for which `valid() == false` is undefined.
|
| 19 |
|
| 20 |
[*Note 2*: It is valid to copy or move from a `shared_future` object
|
| 21 |
for which `valid()` is `false`. — *end note*]
|
| 22 |
|