On Wednesday, 14 June 2023 12:49:22 PDT Allan Sandfeld Jensen wrote:
> As discussed earlier. Better naming in many cases until we can depend on
> C++20 in API.

There's nothing in C++20 that would allow us to design APIs differently.

You may be thinking of C++23 "using enum" feature, which is barely supported 
anywhere and doesn't help us in any way I can see. It might allow us in the 
future to change our existing unscoped enums to scoped, but until then there's 
little we ca do.

So this question is strictly a C++11 scoped enum one.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Cloud Software Architect - Intel DCAI Cloud Engineering

Attachment: smime.p7s
Description: S/MIME cryptographic signature

-- 
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to