-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/46823/
-----------------------------------------------------------
(Updated Oct. 6, 2016, 4:59 p.m.)
Review request for mesos, Alexander Rukletsov and Michael Park.
Changes
-------
Rebased.
Bugs: MESOS-3335
https://issues.apache.org/jira/browse/MESOS-3335
Repository: mesos
Description
-------
While right now we can technically `add` variables to `Flags` classes
which are not members, the in order to have correct copy semantics for
`Flags` only member variables should be used.
Here we changed all instances to a full pointer-to-member syntax in
the current code.
Diffs (updated)
-----
3rdparty/libprocess/src/tests/subprocess_tests.cpp
c8350cf8e512dca23933725e6edb3e3d94380211
Diff: https://reviews.apache.org/r/46823/diff/
Testing
-------
Tested as part of the review chain ending in
https://reviews.apache.org/r/52388/ on various Linux configurations in internal
CI.
Thanks,
Benjamin Bannier