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

Thiago Macieira thiago.macieira at intel.com
Mon Apr 9 18:02:35 CEST 2018


On Monday, 9 April 2018 07:31:31 PDT Roland Hughes wrote:
> Sorry for the necro-post, but, have been working on OpenVMS and writing
> projects, letting my interest email pile up. I would like to +1 this if
> no decision has moved forward.

The decision was made not to change anything. To select C++11, do:

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

When qmake starts supporting "c++17", you'll need to remove that too. Ditto 
for C++2x.

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






More information about the Interest mailing list