-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44999/
-----------------------------------------------------------
Review request for mesos and Joris Van Remoortere.
Bugs: MESOS-4963
https://issues.apache.org/jira/browse/MESOS-4963
Repository: mesos
Description
-------
If the compiler supports C++11 or greater by default, we might
still need to specify "-std=c++11" to disable compiler support for
GNU-specific extensions or C++14. This is the case for GCC 6, which
defaults to "-std=g++14".
Diffs
-----
3rdparty/libprocess/m4/ax_cxx_compile_stdcxx.m4 PRE-CREATION
Diff: https://reviews.apache.org/r/44999/diff/
Testing
-------
make check
Thanks,
Neil Conway