----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/64729/ -----------------------------------------------------------
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
