Changes between Version 6 and Version 7 of Ticket #10340


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10340 – Description

    v6 v7  
    22
    33Minimal testcase:
     4
     5
     6{{{
    47    #include <boost/thread/future.hpp>
    58
     
    1518        // prove the problem wasn't me trying to copy a unique_future
    1619
    17         const boost::unique_future<foo>& fut =
    18 boost::make_ready_future( foo(42) );
     20        const boost::unique_future<foo>& fut = boost::make_ready_future( foo(42) );
    1921    }
     22}}}
     23
    2024
    2125