File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 10575
10575
10576
10576
\pnum
10577
10577
The effect of calling any member function other than the destructor, the
10578
- move- assignment operator, \tcode {share}, or \tcode {valid} on a \tcode {future} object for which
10578
+ move assignment operator, \tcode {share}, or \tcode {valid} on a \tcode {future} object for which
10579
10579
\tcode {valid() == false}
10580
10580
is undefined.
10581
10581
\begin {note }
10882
10882
10883
10883
\pnum
10884
10884
The effect of calling any member function other than the destructor,
10885
- the move- assignment operator, the copy- assignment operator, or
10885
+ the move assignment operator, the copy assignment operator, or
10886
10886
\tcode {valid()} on a \tcode {shared_future} object for which \tcode {valid() == false} is undefined.
10887
10887
\begin {note }
10888
10888
It is valid to copy or move from a \tcode {shared_future}
You can’t perform that action at this time.
0 commit comments