----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17029/ -----------------------------------------------------------
Review request for mesos, Benjamin Hindman and Jie Yu. Repository: mesos-git Description ------- Similarly to set.hpp, this was needed to create Lists from a list of arguments: List<int>(1, 2, 3, 4, 5, 6) We remove this when c++11 is required, since lists can be constructed with std::initializer_list. Diffs ----- 3rdparty/libprocess/3rdparty/stout/Makefile.am 0725722ed99695ebe6d2410c4704d6f1b8d0ff7f 3rdparty/libprocess/3rdparty/stout/include/stout/list.hpp PRE-CREATION Diff: https://reviews.apache.org/r/17029/diff/ Testing ------- I ended up testing this through subsequent changes using List. Thanks, Ben Mahler
