> -----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
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to