Benjamin Mahler created MESOS-2922:
--------------------------------------
Summary: Add move constructors / assignment to Future.
Key: MESOS-2922
URL: https://issues.apache.org/jira/browse/MESOS-2922
Project: Mesos
Issue Type: Improvement
Components: libprocess
Reporter: Benjamin Mahler
Now that we have C++11, let's add move constructors and move assignment
operators for Future, similarly to what was done for Option. There is currently
one move constructor for Future<T>, but not for T, U, and no assignment
operator.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)