----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54610/ -----------------------------------------------------------
(Updated Dec. 9, 2016, 9:30 p.m.) Review request for mesos, Alex Clemmer and Joseph Wu. Changes ------- Use review number instead of commit hash. Repository: mesos Description (updated) ------- Review #54555 removed `using std::map, std::string, std::vector` from `windows/subprocess.hpp` but did not add the `std::` qualification to their uses. This commit fixes the Windows build break by qualifying the uses appropriately, which is the same approach originally taken in the breaking commit for `posix/subprocess.hpp`. Diffs ----- 3rdparty/libprocess/include/process/windows/subprocess.hpp ae684ffab16262af990afdf47b37168ef16565e4 Diff: https://reviews.apache.org/r/54610/diff/ Testing ------- make on Linux, no error (as expected). msbuild on Windows, no error. Thanks, Andrew Schwartzmeyer
