----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54610/ -----------------------------------------------------------
Review request for mesos, Alex Clemmer and Joseph Wu. Repository: mesos Description ------- Commit 2d6e9d55e 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
