Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Duplicate
-
None
-
None
-
None
Description
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.
Attachments
Attachments
Issue Links
- is superceded by
-
MESOS-3217 Replace boost unordered_{set,map} and hash with std versions.
- Resolved