[QBS] C++11 support

Oswald Buddenhagen oswald.buddenhagen at digia.com
Tue Oct 1 13:48:17 CEST 2013


On Tue, Oct 01, 2013 at 02:57:23PM +0400, Ruslan Nigmatullin wrote:
> May be it's a good idea to add boolean option "cpp.cxx11Support" to cpp module?
> 
that needs to be more generic.
look at the standard version flags gcc has - year, but also
compatibility level (gnu, ansi, pedantic ansi).
and of course, the module should do validation, i.e., abort the build
early if the compiler does not support the mode. but that's for later.



More information about the Qbs mailing list