j
k
j a
j l
Howard Hinnant wrote:
......What if there existed a: template <class R> template <class F> promise_functor<R, F> promise<R>::operator()(F f);
...What if there existed a: template <class R> template <class F> promise_functor<R, F> promise<R>::operator()(F f);
What if there existed a: template <class R> template <class F> promise_functor<R, F> promise<R>::operator()(F f);
What if there existed a:
template <class R> template <class F> promise_functor<R, F> promise<R>::operator()(F f);
I'd actually expect from this syntax to call f and install the result into the promise in one easy step. :-)
Back to the thread
Back to the list