Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
As part of C++11 upgrade, we should replace boost unordered_{set,map} and hash with their standard counterparts. Aside from reducing the dependency on boost from Mesos internals, this is also beneficial in removing (at least, reducing) the dependency on boost in our public header files.
Attachments
Issue Links
- relates to
-
MESOS-3741 stout containers inherit from STL containers
- Open
- supercedes
-
MESOS-1246 Convert stout hashmap and hashset to use std:: or std::tr1 instead of boost
- Resolved