2
0
mirror of https://github.com/boostorg/thread.git synced 2026-01-23 06:02:14 +00:00

Thread: rollback one of the changes in [83425].

[SVN r83456]
This commit is contained in:
Vicente J. Botet Escriba
2013-03-16 08:32:22 +00:00
parent 5a22af7639
commit 4ea14fb9da

View File

@@ -2941,8 +2941,8 @@ namespace boost
else if(!future_obtained)
{
future_obtained=true;
return BOOST_THREAD_FUTURE<R>(task);
//return BOOST_THREAD_MAKE_RV_REF(BOOST_THREAD_FUTURE<R>(task));
return BOOST_THREAD_MAKE_RV_REF(BOOST_THREAD_FUTURE<R>(task));
}
else
{