Changes between Initial Version and Version 1 of Ticket #12293, comment 7
- Timestamp:
- Aug 19, 2016, 9:36:33 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12293, comment 7
initial v1 9 9 10 10 11 However, I would your code to don't compile as the continuation should had a boost::future<future<void>>.11 However, I would like that your code doesn't compile as the continuation should had a boost::future<future<void>> parameter. 12 12 13 13 When I change the continuation as follows I get the expected error. … … 20 20 21 21 22 Note th e that the future is passed by reference.22 Note that the future is passed by reference. 23 23 24 24 This mean that the call to the continuation is getting the embedded future. I will check this.