[
https://issues.apache.org/jira/browse/MESOS-750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13802897#comment-13802897
]
Timothy St. Clair commented on MESOS-750:
-----------------------------------------
IMHO wrappers need to be created around lagging tr1 & boost dependencies to do
the right thing based on checks.
https://fedoraproject.org/wiki/SIGs/bigdata/packaging/Mesos#Boost_.2F_TR1_.2F_C.2B.2B11
Something much akin to:
https://github.com/htcondor/htcondor/blob/master/src/condor_includes/_shared_ptr.h
> 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.16.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#6144)