When will Gnu C++ support C++11 without explicitly asking for it?

GCC 6.0: https://gcc.gnu.org/gcc-6/changes.html

The default mode for C++ is now -std=gnu++14 instead of -std=gnu++98.

Leave a Comment