Changes between Initial Version and Version 6 of Ticket #10340


Ignore:
Timestamp:
Aug 30, 2014, 10:05:58 AM (8 years ago)
Author:
viboes
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10340 – Description

    initial v6  
    1414        // Clearly a const future ref isn't much use, but I needed to
    1515        // prove the problem wasn't me trying to copy a unique_future
     16
    1617        const boost::unique_future<foo>& fut =
    1718boost::make_ready_future( foo(42) );