----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17029/#review32208 -----------------------------------------------------------
Ship it! Ship It! - Jie Yu On Jan. 17, 2014, 3:56 a.m., Ben Mahler wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/17029/ > ----------------------------------------------------------- > > (Updated Jan. 17, 2014, 3:56 a.m.) > > > 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 > >