[Development] QNX and Dinkumware support for constexpr and nullptr

Sergio Martins sergio.martins at kdab.com
Wed Oct 28 12:52:20 CET 2015


On Tuesday, October 27, 2015 04:40:07 PM Thiago Macieira wrote:

> 
> From qcompilerdetection.h:
> 
> #  if defined(_HAS_DINKUM_CLIB) && !defined(_HAS_NULLPTR_T)
> #    undef Q_COMPILER_NULLPTR
> #  endif

By the way, _HAS_DINKUM_CLIB is about the C library, not C++.
Should be replaced with: !_GLIBCXX_ , it's currently working out of luck.

I've opened QTBUG-49083, in case someone is interested in fixing this.


Regards,
-- 
SĂ©rgio Martins | sergio.martins at kdab.com | Software Engineer
Klarälvdalens Datakonsult AB, a KDAB Group company
Tel: Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322)
KDAB - The Qt Experts



More information about the Development mailing list