Changes between Initial Version and Version 1 of Ticket #12293, comment 7


Ignore:
Timestamp:
Aug 19, 2016, 9:36:33 PM (6 years ago)
Author:
viboes

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12293, comment 7

    initial v1  
    99
    1010
    11 However, I would your code to don't compile as the continuation should had a boost::future<future<void>>.
     11However, I would like that your code doesn't compile as the continuation should had a boost::future<future<void>> parameter.
    1212
    1313When I change the continuation as follows I get the expected error.
     
    2020
    2121
    22 Note the that the future is passed by reference.
     22Note that the future is passed by reference.
    2323
    2424This mean that the call to the continuation is getting the embedded future. I will check this.