-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/37187/
-----------------------------------------------------------
(Updated Aug. 10, 2015, 10:53 a.m.)
Review request for mesos, Alexander Rojas and Michael Park.
Changes
-------
Rebase master.
Bugs: MESOS-3217
https://issues.apache.org/jira/browse/MESOS-3217
Repository: mesos
Description
-------
Changed hashmap, hashset to use std::unordered_{set,map} instead of
boost::unordered_{set,map}.
Diffs (updated)
-----
3rdparty/libprocess/3rdparty/stout/include/stout/hashmap.hpp
ecab60a21765c58b0732de747509aa6382d31c06
3rdparty/libprocess/3rdparty/stout/include/stout/hashset.hpp
2dd1905a4626a7d7e9f61863c8290ae1cdb9b925
3rdparty/libprocess/3rdparty/stout/include/stout/uuid.hpp
e8ebe0b2f5e49657ee191a2535e0abdaf8e665ce
3rdparty/libprocess/3rdparty/stout/tests/hashset_tests.cpp
3802a29b82da57217dd75c6b1611fd21c91cfc03
Diff: https://reviews.apache.org/r/37187/diff/
Testing
-------
make check
Thanks,
Jan Schlicht