Subject: Re: [Boost-bugs] [Boost C++ Libraries] #4710: c++11 compliance: : Missing async()
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-08-25 10:59:35
#4710: c++11 compliance: : Missing async()
-------------------------------+--------------------------------------------
Reporter: dave | Owner: viboes
Type: Feature Requests | Status: assigned
Milestone: Boost 1.52.0 | Component: thread
Version: Boost 1.44.0 | Severity: Problem
Resolution: | Keywords: async standard
-------------------------------+--------------------------------------------
Comment (by viboes):
Add
{{{
template <class F, class... Args>
future<typename result_of<F(Args...)>::type>
async(F&& f, Args&&... args);
template <class F, class... Args>
future<typename result_of<F(Args...)>::type>
async(launch policy, F&& f, Args&&... args);
}}}
to conform with c++11.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/4710#comment:7> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:10 UTC