[Development] C++11 for Examples

Thiago Macieira thiago.macieira at intel.com
Tue Mar 3 19:38:22 CET 2015


On Tuesday 03 March 2015 10:17:45 Koehne Kai wrote:
> > Make it unconditional and let people disable with -nomake tests or -no-
> > compile-examples if they have older compilers.
> 
> Yeah well, I think the above check "contains(QT_CONFIG, c++11)" won't hurt.
> I'd just do it globally in configure though (so that examples aren't
> automatically build for older compilers), instead of black/whitelisting
> single examples...

I really meant leaving it unconditionally. People with old compilers will face 
compiler errors and they'll have to add one of the two options to get rid of 
them.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Development mailing list