-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44996/
-----------------------------------------------------------
(Updated March 17, 2016, 11:52 p.m.)
Review request for mesos and Joris Van Remoortere.
Changes
-------
Rebase.
Bugs: MESOS-4963
https://issues.apache.org/jira/browse/MESOS-4963
Repository: mesos
Description
-------
Adopt a new version of the M4 macro from the upstream macro archive.
We no longer care about whether the compiler supports particular
C++11 features, so we can discard some previous local modifications
we had to this macro. This should also make it easier to mandate
C++14 support in the future.
Diffs (updated)
-----
3rdparty/libprocess/configure.ac 134f8ef4395d059e2901bbb48826fbfc4e6e3124
3rdparty/libprocess/m4/ax_cxx_compile_stdcxx.m4 PRE-CREATION
3rdparty/libprocess/m4/ax_cxx_compile_stdcxx_11.m4
251213a7e5e57da4b367f033865594b3678d53aa
Diff: https://reviews.apache.org/r/44996/diff/
Testing
-------
make check with GCC6
Thanks,
Neil Conway