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 2014/03/17 02:04:42 UTC

[jira] [Commented] (MESOS-1026) Pull std::tuple / boost::tuples::tuple into tuples namespace of stout

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

Till Toenshoff commented on MESOS-1026:
---------------------------------------

commit 6302e163ff5464113aaf6c3ac0754fe93b532033
Exchanged use of boost::tuple with tuples::tuple.
Review: https://reviews.apache.org/r/18836

commit 02b3ff44b1c2e9bbaa5eeb5f79dcec03ce1d6600
Removed unneeded boost::tuple include.
Review: https://reviews.apache.org/r/18835

commit 09911d3c7cadcdc566c8ab420a202b1dc1183ffb
Updated stout tuple to pull in tr1::tuple instead of boost::tuple for pre-C++11.
Review: https://reviews.apache.org/r/18833

> Pull std::tuple / boost::tuples::tuple into tuples namespace of stout
> ---------------------------------------------------------------------
>
>                 Key: MESOS-1026
>                 URL: https://issues.apache.org/jira/browse/MESOS-1026
>             Project: Mesos
>          Issue Type: Improvement
>          Components: libprocess
>    Affects Versions: 0.19.0
>            Reporter: Till Toenshoff
>            Assignee: Till Toenshoff
>            Priority: Minor
>              Labels: boost, c++11, libprocess, tuple
>             Fix For: 0.19.0
>
>
> For allowing a smooth transition into the C++11 world, I would like to propose doing a namespace pull-in of std::tuple or boost::tuples::tuple, depending on the availability of C++11. The results should be part of the tuples namespace of stout.
> Review-request is upcoming but I wanted to make sure that this improvement could be discussed outside the review-request.



--
This message was sent by Atlassian JIRA
(v6.2#6252)