Ticket #3975: future_ref.patch

File future_ref.patch, 644 bytes (added by viboes, 12 years ago)
  • future_ref.qbk

     
    701701
    702702[variablelist
    703703
    704 [[Preconditions:] [The expression `f(t)` where `t` is a lvalue of type __packaged_task__ shall be well-formed. Invoking a copy of
     704[[Preconditions:] [The expression `f(t)` where `t` is a lvalue of type __promise__ shall be well-formed. Invoking a copy of
    705705`f` shall have the same effect as invoking `f`]]
    706706
    707707[[Effects:] [Store a copy of `f` with the asynchronous result associated with `*this` as a ['wait callback]. This will replace any