On Thursday 21 of February 2013, julien2412 wrote: > Hello, > > Since all compilers aren't ready for C++11, would it be relevant to include > by default "-std=c++98" in CXXFLAGS ? > The goal is, for beginners like me, to avoid submitting things like > https://gerrit.libreoffice.org/2302 :-)
It is intentional that some C++11 features are used if available, in order to provide various benefits (SAL_OVERRIDE for example). -- Lubos Lunak [email protected] _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
