You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Michael Park (JIRA)" <ji...@apache.org> on 2017/09/08 23:15:00 UTC

[jira] [Created] (MESOS-7949) Upgrade Mesos to C++14.

Michael Park created MESOS-7949:
-----------------------------------

             Summary: Upgrade Mesos to C++14.
                 Key: MESOS-7949
                 URL: https://issues.apache.org/jira/browse/MESOS-7949
             Project: Mesos
          Issue Type: Task
            Reporter: Michael Park


Upgrading Mesos to C++14 will give us features such as
- Generic lambdas
- New lambda captures
- SFINAE result_of (We can remove {{stout/result_of.hpp}})
- Variable templates
- Relaxed {{constexpr}} functions
- Simple utilities such as {{std::make_unique}}
- Metaprogramming facilities such as {{decay_t}}, {{index_sequence}}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)