----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57513/ -----------------------------------------------------------
(Updated March 30, 2017, 2:10 a.m.) Review request for mesos and Michael Park. Changes ------- Improve comments. Repository: mesos Description (updated) ------- The previous coding used a `while` loop condition that was invariant over the body of the loop; it is clearer to write this as an `if` statement instead. Also clarified comments. Diffs (updated) ----- 3rdparty/stout/include/stout/strings.hpp fe469fa492f179d42794a8ce8f75c0654be7ef58 Diff: https://reviews.apache.org/r/57513/diff/2/ Changes: https://reviews.apache.org/r/57513/diff/1-2/ Testing ------- `make check` Thanks, Neil Conway
