[Development] Raising the minimum to C++20

Thiago Macieira thiago.macieira at intel.com
Fri May 5 23:08:09 CEST 2023


On Friday, 5 May 2023 09:14:35 PDT Thiago Macieira wrote:
> One, __builtin_is_constant_evaluated() works with GCC 9, Clang 10, MSVC 2019
> and even the old EDG-based Intel compiler in C++17 mode, see
>         https://gcc.godbolt.org/z/4boM5Esfx
> So we *could* just use it and damn the torpedoes. That leaves out users of
> GCC 8 (a.k.a. QNX) and the GHS compiler, who would get non-constexpr code
> generation.

https://codereview.qt-project.org/c/qt/qtbase/+/476323

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Cloud Software Architect - Intel DCAI Cloud Engineering
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5152 bytes
Desc: not available
URL: <http://lists.qt-project.org/pipermail/development/attachments/20230505/3ced12f2/attachment.bin>


More information about the Development mailing list