Open PMunch opened 3 years ago
For example CXCursor_UnexposedAttr which points to the enum value CXCursor_FirstAttr. The enum is exposed, but the constant is not, making it pretty useless.
CXCursor_UnexposedAttr
CXCursor_FirstAttr
For example
CXCursor_UnexposedAttr
which points to the enum valueCXCursor_FirstAttr
. The enum is exposed, but the constant is not, making it pretty useless.