-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65310/
-----------------------------------------------------------
(Updated Jan. 25, 2018, 4:34 p.m.)
Review request for mesos, Benjamin Hindman and Greg Mann.
Changes
-------
Revert to original implementation since some older compilers have problems
resolving some template arguments or calling the right constructors.
Bugs: MESOS-8434
https://issues.apache.org/jira/browse/MESOS-8434
Repository: mesos
Description (updated)
-------
Introduces the abstractions `lambda::zip` and `lambda::zipto` which
provides a functionality similar to pyhton's `zip()` call.
This patch supersedes the stalled review
https://reviews.apache.org/r/63292/.
Diffs (updated)
-----
3rdparty/stout/include/stout/lambda.hpp
c9212be27b45da45f15371689f2aabf18c98657b
3rdparty/stout/tests/lambda_tests.cpp
11b034306b11b95efa9bcd9811c5145ad39314a5
Diff: https://reviews.apache.org/r/65310/diff/2/
Changes: https://reviews.apache.org/r/65310/diff/1-2/
Testing
-------
make check
Thanks,
Alexander Rojas