[Interest] How do you want to select exactly C++11 with GCC 6+?

Thiago Macieira thiago.macieira at intel.com
Thu Mar 9 15:54:33 CET 2017


Em quinta-feira, 9 de março de 2017, às 15:04:55 CET, Konrad Rosenbaum 
escreveu:
> CONFIG -= c++14 feels like "give me whatever predates C++ 14, even if it
> is C++ 98" or simply "I'm a hillbilly, disable those newfangled C++ 14
> features!"

I guess you'd do [changed to future version as C++11 is now required]:

CONFIG += c++14
CONFIG -= c++1z

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list