On domingo, 20 de março de 2016 12:07:01 GMT Sean Harmer wrote: > Hi, > > Can MSVC 2012 configurations be removed from the CI please? My understanding > is that this compiler was only kept around to support Windows EC but that > this is now removed from 5.7. In particular this compiler is a blocker to > using a using declaration such as: > > template<typename T> > using QNodeCreatedChangePtr = QSharedPointer<QNodeCreatedChange<T>>;
We haven't yet done a re-evaluation of which C++11 features are allowed in our code without #ifndef. For the moment, template aliases are not permitted. Or, put another way, can someone do that evaluation and post to the list? -- 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
