----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17029/ -----------------------------------------------------------
(Updated Jan. 22, 2014, 9:40 p.m.) Review request for mesos, Benjamin Hindman and Vinod Kone. Changes ------- Added licence and rebased, NNFR. 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 (updated) ----- 3rdparty/libprocess/3rdparty/stout/Makefile.am d83ad25e9b177ca5eff501d6f2a072430bfaf1f6 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
