-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/67120/
-----------------------------------------------------------
Review request for mesos, Akash Gupta, Eric Mumau, John Kordich, Joseph Wu,
Michael Park, and Radhika Jandhyala.
Bugs: MESOS-8915
https://issues.apache.org/jira/browse/MESOS-8915
Repository: mesos
Description
-------
After updating to Visual Studio 15.7.1, this code no longer compiles.
It errors with:
> benchmarks.cpp(566): error C2276: '&': illegal operation on bound
> member function expression
> benchmarks.cpp(566): note: This diagnostic occurred in the compiler
> generated function 'process::Future<Nothing>
> DispatchProcess::handler(const T &)'
That is, the compiler is (now) complaining that `&Self::handler<T>` in
`DispatchProcess::handler()` is invalid.
Diffs
-----
3rdparty/libprocess/src/tests/benchmarks.cpp
1368375dfe3445075f48f5f614bebc0f490039fa
Diff: https://reviews.apache.org/r/67120/diff/1/
Testing
-------
Builds again on Windows.
Thanks,
Andrew Schwartzmeyer