Opened 8 years ago
Last modified 8 years ago
#10979 closed Bugs
Support T& type deduction when the make_ready_future parameter is reference_wrapper<T> — at Version 2
Reported by: | viboes | Owned by: | viboes |
---|---|---|---|
Milestone: | Boost 1.58.0 | Component: | thread |
Version: | Boost 1.57.0 | Severity: | Problem |
Keywords: | Cc: |
Description (last modified by )
The current implementation ignores reference_wrapper<T> parameters as make_pair/make_tuple does.
Change History (2)
comment:1 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 8 years ago
Description: | modified (diff) |
---|---|
Summary: | shared_future::then can not be called twice → Support T& type deduction when the make_ready_future parameter is reference_wrapper<T> |
Note:
See TracTickets
for help on using tickets.