----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/64729/#review194212 -----------------------------------------------------------
PASS: Mesos patch 64729 was successfully built and tested. Reviews applied: `['64729']` All the build artifacts available at: http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/64729 - Mesos Reviewbot Windows On Dec. 20, 2017, 3:40 a.m., Andrew Schwartzmeyer wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/64729/ > ----------------------------------------------------------- > > (Updated Dec. 20, 2017, 3:40 a.m.) > > > Review request for mesos, Greg Mann, Jie Yu, Joseph Wu, and Michael Park. > > > Repository: mesos > > > Description > ------- > > Without this change, every use of `Duration * 2` throws a conversion > warning because we multiply `Duration` by `int` and `size_t` without > casting to `double` (the type accepted by the actual implementation of > `operator*`). > > > Diffs > ----- > > 3rdparty/stout/include/stout/duration.hpp > d10b6a4d4d1a0096334c30fdec725ecc55c9f0ea > > > Diff: https://reviews.apache.org/r/64729/diff/1/ > > > Testing > ------- > > > Thanks, > > Andrew Schwartzmeyer > >
