Subject: Re: [Boost-bugs] [Boost C++ Libraries] #8517: Async: Add a variadic shared_future::then (was: Add a variadic future/shared_future::then)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-05-28 19:09:38
#8517: Async: Add a variadic shared_future::then
-------------------------------+--------------------------------------------
Reporter: viboes | Owner: viboes
Type: Feature Requests | Status: assigned
Milestone: To Be Determined | Component: thread
Version: Boost 1.54.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+--------------------------------------------
Description changed by viboes:
Old description:
> {{{
> template<typename S, typename ...F>
> inline future<tuple<typename boost::result_of<F(future&)>::type
> ...>
> future::then(S&, F&&.func ...);
>
> }}}
New description:
{{{
template<typename S, typename ...F>
shared_future<tuple<typename boost::result_of<F(shared_future&)>::type...>
future::then(S&, F&& func ...);
}}}
-- -- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8517#comment:2> 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:13 UTC