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/17 01:14:00 UTC

[jira] [Assigned] (MESOS-1246) Convert stout hashmap and hashset to use std:: or std::tr1 instead of boost

     [ https://issues.apache.org/jira/browse/MESOS-1246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Mahler reassigned MESOS-1246:
--------------------------------------

    Assignee:     (was: Dominic Hamon)

> Convert stout hashmap and hashset to use std:: or std::tr1 instead of boost
> ---------------------------------------------------------------------------
>
>                 Key: MESOS-1246
>                 URL: https://issues.apache.org/jira/browse/MESOS-1246
>             Project: Mesos
>          Issue Type: Task
>          Components: stout, technical debt
>            Reporter: Dominic Hamon
>            Priority: Minor
>
> Currently, parts of Mesos are failing to build with older compilers (g++ 4.1.2) due to duplicate definitions of 'ref' from boost and std::tr1. We're going to hit these issues more regularly so wherever we can replace boost with std:: or std::tr1 we should.
> This also sets us up nicely for the move to C++11.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)