[Development] INTEGRITY

Kyle Edwards kyle.edwards at kitware.com
Thu Sep 19 21:53:19 CEST 2019


On Thu, 2019-09-19 at 21:50 +0200, André Pönitz wrote:
> Having constexpr or not on certain functions could depend on the
> actual
> compiler in some cases, providing the performance benefits for the 
> compilers supporting it, and still keeping platforms with unsuitable
> compilers alive.

As a generalization of this, perhaps Qt could introduce something like
a Q_CONSTEXPR macro, which does what we expect on platforms that
support it, and compiles to nothing on Integrity.

Kyle



More information about the Development mailing list