> On Oct. 6, 2016, 12:11 a.m., Vinod Kone wrote: > > src/tests/containerizer.cpp, lines 128-129 > > <https://reviews.apache.org/r/52568/diff/1/?file=1523340#file1523340line128> > > > > why do you use `at` here but `[]` up above in the constructors?
Ah thanks I try to use `.at` anywhere that I want retrieval with no insertion, so I'll update the constructor code accordingly. - Benjamin ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52568/#review151603 ----------------------------------------------------------- On Oct. 5, 2016, 8:45 p.m., Benjamin Mahler wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/52568/ > ----------------------------------------------------------- > > (Updated Oct. 5, 2016, 8:45 p.m.) > > > Review request for mesos, Anand Mazumdar and Vinod Kone. > > > Repository: mesos > > > Description > ------- > > In the process, the maps that were stored were simplified. > > > Diffs > ----- > > src/tests/containerizer.hpp 3cf418a040dfedad2eb6d771e7cc9cc179bcf55c > src/tests/containerizer.cpp 89c5400d3a2e771278ba370a939a6c68bc57a31f > > Diff: https://reviews.apache.org/r/52568/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Benjamin Mahler > >
