On Tuesday 24 March 2015 19:49:41 Oswald Buddenhagen wrote: > > The support is already enabled by default and we'd like to now enable > > C++14 too, but I'd like not to add complexity to the configuration by > > adding a c++14/no-c++14 option. > > that's how many, five lines of code?
More. That's at least a dozen in the configure script, since we need to ensure someone didn't pass the impossible combination -c++14 -no-c++11. Then there's the configure.exe source. And then there's C++1z, plus possibly enabling Concepts Lite TS. And all for what? What do people gain by passing -no-c++11 today? -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
