-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18360/
-----------------------------------------------------------

Review request for mesos, Adam B, Benjamin Hindman, Ben Mahler, Niklas Nielsen, 
and Vinod Kone.


Bugs: MESOS-1026
    https://issues.apache.org/jira/browse/MESOS-1026


Repository: mesos-git


Description
-------

Namespace pull-in of std::tuple or boost::tuples::tuple, depending on the 
availability of C+11. The results are part of the process::tuples namespace.

Example usage including fully qualified namespaces:

process::tuples::tuple<int, bool> tuple = process:tuples::make_tuple(42, true);
int foo = process::tuples::get<0>(tuple);

Additionally, some omissions within Makefile.am have been fixed that left out 
the C++11 specific headers as well as the existing tuples/tuples.hpp and 
tuples/details.hpp.


Diffs
-----

  3rdparty/libprocess/Makefile.am a7d199f 
  3rdparty/libprocess/include/process/tuples/tuple.hpp PRE-CREATION 

Diff: https://reviews.apache.org/r/18360/diff/


Testing
-------

make check (clang c++11, gcc), functional testing


Thanks,

TILL TOENSHOFF

Reply via email to