-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/41876/
-----------------------------------------------------------
(Updated Jan. 11, 2016, 2:13 p.m.)
Review request for mesos, Ben Mahler and Till Toenshoff.
Changes
-------
Migrated from stout's List to std::list.
Summary (updated)
-----------------
Used std::list as opposed to List from stout.
Bugs: MESOS-4273
https://issues.apache.org/jira/browse/MESOS-4273
Repository: mesos
Description (updated)
-------
List from stout provides no advantage over std::list now that C++11 is
available.
Review: https://reviews.apache.org/r/41876
Diffs (updated)
-----
3rdparty/libprocess/src/tests/subprocess_tests.cpp
8f0a31341eebb168f78bc74f8afbaef9ba98e847
3rdparty/libprocess/src/tests/timeseries_tests.cpp
274598e63d28150aaa0ad06fa2d85e41e525c153
Diff: https://reviews.apache.org/r/41876/diff/
Testing
-------
Thanks,
Benjamin Bannier