[Qgis-developer] C++11 in QGIS
Hugo Mercier
hugo.mercier at oslandia.com
Thu May 7 01:17:55 PDT 2015
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 ...
More information about the Qgis-developer
mailing list