-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Support is required for C++11 enums with an explicit base type that is not int
. This is probably a bug (rather than an enhancement) particularly if the base type is smaller than int
.
The problem came to light with big-endian builds of PyQt6 (eg. S390) which uses ushort
for the base types of the Language
, Script
and Country
enums of the QLocale
class.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working