Changes between Initial Version and Version 2 of Ticket #10979


Ignore:
Timestamp:
Jan 31, 2015, 10:08:51 AM (8 years ago)
Author:
viboes
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10979

    • Property Owner changed from Anthony Williams to viboes
    • Property Status newassigned
    • Property Summary shared_future::then can not be called twiceSupport T& type deduction when the make_ready_future parameter is reference_wrapper<T>
  • Ticket #10979 – Description

    initial v2  
    1 The current implementation store only one continuation. This is correct for future, but not for shared_future.
     1The current implementation ignores reference_wrapper<T> parameters as make_pair/make_tuple does.