You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Till Toenshoff (JIRA)" <ji...@apache.org> on 2013/12/10 05:01:08 UTC

[jira] [Commented] (MESOS-750) Require compilers that support c++11

    [ https://issues.apache.org/jira/browse/MESOS-750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13843913#comment-13843913 ] 

Till Toenshoff commented on MESOS-750:
--------------------------------------

During phase 2-4, should we add something that checks for C++11 compiler features availability (for autoconf that could be AX_CXX_COMPILE_STDCXX_11([noext], [optional])) for a given "--with-cpp11=yes" or maybe add a third option for --with-cpp11 (yes/no/check) which does that test? 


> Require compilers that support c++11
> ------------------------------------
>
>                 Key: MESOS-750
>                 URL: https://issues.apache.org/jira/browse/MESOS-750
>             Project: Mesos
>          Issue Type: Improvement
>            Reporter: Benjamin Mahler
>              Labels: technical_debt
>             Fix For: 0.17.0
>
>
> Requiring C++11 support will provide substantial benefits to Mesos.
> Most notably, the lack of lambda support has resulted in a proliferation of continuation style functions scattered throughout the code. Having lambdas will allow us to reduce this clutter and simplify the code.
> This will require carefully documenting how to get Mesos compiling on various systems to make this transition easy.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)