-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63633/
-----------------------------------------------------------
Review request for mesos, Benjamin Mahler and Michael Park.
Bugs: MESOS-6972
https://issues.apache.org/jira/browse/MESOS-6972
Repository: mesos
Description
-------
`std::bind` performs function composition when it encounters nested bind
expression. However in some cases this can have undesirable effects, and
`lambda::protect` can be used to avoid such behavior.
Diffs
-----
3rdparty/stout/include/stout/lambda.hpp
a61d97b69e7eebd057c94148d39c6e1fc3066017
Diff: https://reviews.apache.org/r/63633/diff/1/
Testing
-------
Thanks,
Dmitry Zhuk