From Jason Turner

[futures.unique.future]

Diff to HTML by rtfpessoa

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