Changes between Initial Version and Version 2 of Ticket #10979
- Timestamp:
- Jan 31, 2015, 10:08:51 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10979
- Property Owner changed from to
- Property Status new → assigned
- Property Summary shared_future::then can not be called twice → Support 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.1 The current implementation ignores reference_wrapper<T> parameters as make_pair/make_tuple does.