You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Dominic Hamon (JIRA)" <ji...@apache.org> on 2014/04/24 23:45:16 UTC

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

Dominic Hamon created MESOS-1246:
------------------------------------

             Summary: 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
            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.2#6252)