-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44996/
-----------------------------------------------------------
Review request for mesos and Joris Van Remoortere.
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
-----
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
docs/getting-started.md 74361ffd89177115ff7cbf8039b65a3a58ca8a56
site/source/blog/2016-03-17-mesos-0-28-0-released.md
a0afdca919555d06c4b38fedfe7cb73492778f5d
site/source/downloads.html.md 941d672a8052bd61bd9388abd630810742626221
site/source/index.html.md b5aa2b28667720997df645c7116ef1c9094f746e
src/master/allocator/mesos/hierarchical.hpp
0c622b8569bc79ae4e365a57e463ca5349356713
src/webui/master/static/slave.html 4419f7c166e8768040dab7dbc6fb64e1382ad272
Diff: https://reviews.apache.org/r/44996/diff/
Testing
-------
make check with GCC6
Thanks,
Neil Conway