You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Andrew Schwartzmeyer <an...@schwartzmeyer.com> on 2016/12/09 21:28:48 UTC

Review Request 54610: Windows: qualify string, map, vector in `subprocess.hpp`.

-----------------------------------------------------------
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


Re: Review Request 54610: Windows: qualify string, map, vector in `subprocess.hpp`.

Posted by Joseph Wu <jo...@mesosphere.io>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/54610/#review158733
-----------------------------------------------------------


Ship it!




Ship It!

- Joseph Wu


On Dec. 9, 2016, 1:30 p.m., Andrew Schwartzmeyer wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/54610/
> -----------------------------------------------------------
> 
> (Updated Dec. 9, 2016, 1:30 p.m.)
> 
> 
> Review request for mesos, Alex Clemmer and Joseph Wu.
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> 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
> 
>


Re: Review Request 54610: Windows: qualify string, map, vector in `subprocess.hpp`.

Posted by Andrew Schwartzmeyer <an...@schwartzmeyer.com>.
-----------------------------------------------------------
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