You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2015/06/24 03:43:42 UTC

[jira] [Created] (MESOS-2922) Add move constructors / assignment to Future.

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)