Skip to content

Support for enum base types #75

@philthompson10

Description

@philthompson10

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

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions