> On Dec. 7, 2017, 8:44 p.m., Dmitry Zhuk wrote: > > 3rdparty/libprocess/include/process/protobuf.hpp > > Lines 92 (patched) > > <https://reviews.apache.org/r/64427/diff/1/?file=1910737#file1910737line92> > > > > maybe use `std::make_move_iterator`?
Ah much nicer, thanks! - Benjamin ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/64427/#review193159 ----------------------------------------------------------- On Dec. 7, 2017, 8:08 p.m., Benjamin Mahler wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/64427/ > ----------------------------------------------------------- > > (Updated Dec. 7, 2017, 8:08 p.m.) > > > Review request for mesos, Dmitry Zhuk and Michael Park. > > > Repository: mesos > > > Description > ------- > > This enables moving the individual entries out into the output vector. > > > Diffs > ----- > > 3rdparty/libprocess/include/process/protobuf.hpp > 257832ed47eaa087537a46a974153ecd65c5892c > > > Diff: https://reviews.apache.org/r/64427/diff/1/ > > > Testing > ------- > > make check > > > Thanks, > > Benjamin Mahler > >
