-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65310/
-----------------------------------------------------------
Review request for mesos, Benjamin Hindman and Greg Mann.
Bugs: MESOS-8434
https://issues.apache.org/jira/browse/MESOS-8434
Repository: mesos
Description
-------
Introduces the abstraction `zip` and `zipto` which allow for sets of
heterogeneus containers to be merged into a single container of
heterogeneus tuples (or pairs).
`zip` is an specialization which focuses on zipping to map style of
containers, such as `hashmap`, `unordered_map` and `map`, while
`zipto` creates linear containers like `vector` and `list`.
This patch supersedes the staled review
https://reviews.apache.org/r/63292/.
Diffs
-----
3rdparty/stout/include/stout/lambda.hpp
c9212be27b45da45f15371689f2aabf18c98657b
3rdparty/stout/tests/lambda_tests.cpp
11b034306b11b95efa9bcd9811c5145ad39314a5
Diff: https://reviews.apache.org/r/65310/diff/1/
Testing
-------
make check
Thanks,
Alexander Rojas