----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70262/#review213880 ----------------------------------------------------------- PASS: Mesos patch 70262 was successfully built and tested. Reviews applied: `['70262']` All the build artifacts available at: http://dcos-win.westus2.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/2989/mesos-review-70262 - Mesos Reviewbot Windows On March 21, 2019, 10:57 a.m., Benno Evers wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/70262/ > ----------------------------------------------------------- > > (Updated March 21, 2019, 10:57 a.m.) > > > Review request for mesos, Benjamin Bannier, Benjamin Mahler, and Joseph Wu. > > > Repository: mesos > > > Description > ------- > > This template exposes the iterator interface to a `std::queue`s > underlying container. > > The motivation for this is so it can be used in the `received()` > callback of Mesos framework using the v1 API, to allow iterating > over all received events. > > > Diffs > ----- > > 3rdparty/stout/include/stout/iterable_queue.hpp PRE-CREATION > > > Diff: https://reviews.apache.org/r/70262/diff/1/ > > > Testing > ------- > > Will add a unit test if we have consensus to move forward with adding this. > > > Thanks, > > Benno Evers > >