You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
They look almost exactly the same, the only difference seems to be
that while <enumeration>s allow for arbitrary integers as values
for their members, <bitfield>s only list single-bit flags. In BridJ,
enumeration members can be ORed together like flags, so the way we
map <enumerations> should work for <bitfield>s as well.
0 commit comments