Subject: Re: [Boost-bugs] [Boost C++ Libraries] #4710: c++11 compliance: : Missing async()
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-09-09 13:11:23
#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):
Replying to [comment:7 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.
I will implement these prototypes later on.
For the time been, the minimal request has benn done.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/4710#comment:8> 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