Re: [Interest] CONFIG c++2a vs. QMAKE_CXXFLAGS += -std=c++2a

2020-05-11 Thread Michael Corcoran
7:01 AM To: interest@qt-project.org Subject: Re: [Interest] CONFIG c++2a vs. QMAKE_CXXFLAGS += -std=c++2a Ok, I see. Thanks a lot Thiago! Is this documented somewhere? > > Can somebody please explain the difference between t > > he following QMAKE > > project lines when buil

Re: [Interest] CONFIG c++2a vs. QMAKE_CXXFLAGS += -std=c++2a

2020-05-06 Thread Bernhard Lindner
Ok, I see. Thanks a lot Thiago! Is this documented somewhere? > > Can somebody please explain the difference between t > > he following QMAKE > > project lines when building a GCC project: > > > > CONFIG += c++2a > > > > QMAKE_CXXFLAGS += -std=c++2a > > > > I expected both to have the same

Re: [Interest] CONFIG c++2a vs. QMAKE_CXXFLAGS += -std=c++2a

2020-05-05 Thread Thiago Macieira
On Tuesday, 5 May 2020 16:26:55 PDT Bernhard Lindner wrote: > Hi! > > Can somebody please explain the difference between the following QMAKE > project lines when building a GCC project: > > CONFIG += c++2a > > QMAKE_CXXFLAGS += -std=c++2a > > I expected both to have the same effect but there

[Interest] CONFIG c++2a vs. QMAKE_CXXFLAGS += -std=c++2a

2020-05-05 Thread Bernhard Lindner
Hi! Can somebody please explain the difference between the following QMAKE project lines when building a GCC project: CONFIG += c++2a QMAKE_CXXFLAGS += -std=c++2a I expected both to have the same effect but there must be a difference since the latter gives me compilation errors while the