Closed kazuki closed 7 years ago
https://gcc.gnu.org/gcc-6/changes.html The default mode for C++ is now -std=gnu++14 instead of -std=gnu++98
Fixed #368
:+1: Thanks!
Using devtoolset-6-gcc-c++-6.3.1-3.1.el7.x86_64 on RHEL 7, I confirmed that build and all unit tests success with this patch.
devtoolset-6-gcc-c++-6.3.1-3.1.el7.x86_64
% g++ --version g++ (GCC) 6.3.1 20170216 (Red Hat 6.3.1-3)
Fixed #368