[Development] Let's get rid of qDebug/qWarning/qCritical!

Koehne Kai Kai.Koehne at digia.com
Wed Jan 8 12:43:06 CET 2014


> -----Original Message-----
> Subject: Re: [Development] Let's get rid of qDebug/qWarning/qCritical!
> 
> 
> [...]
> What you and André also seem to suggest is to keep the printf style . That's
> actually trivial to add to qCDebug and friends if we require support for
> variadic macros ... qcompilerdetection.h seems to indicate that variadic
> macros are supported in GCC>=4.3, MSVC>=2005 and Intel>12. 

Should be Intel>=12.0. Actually the check is __cplusplus>=201103L || __INTEL_COMPILER>= 1200


More information about the Development mailing list