Hi all, Lots of methods in QGIS are now decorated with the C++11 "override" keyword. Which is good. But it is only enabled for gcc and Clang compilers (not under MSVC for instance).
So ... what features of C++11 is allowed in QGIS source code ? Support in GCC/CLang is excellent and the version of Visual Studio used for the windows compilation (2010) has already support for some nice features. I'm thinking about auto, unique_ptr and move semantics especially ... _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
