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
The cppobj att is strongly associated with the 0x8 att value from #23.
If the first member don't have a name (and is a typedef, I think) indicate it's the "extended" obj, maybe this adds an implicit cppobj att. Need to verify if it's possible to extend multiple members.
The text was updated successfully, but these errors were encountered:
Some types, there is no
__cppobj
attribute found, but it's interpreted with it.Maybe It's getting this attribute because all the members also have it...
Expected:
Result:
The
cppobj
att is strongly associated with the 0x8 att value from #23.If the first member don't have a name (and is a typedef, I think) indicate it's the "extended" obj, maybe this adds an implicit
cppobj
att. Need to verify if it's possible to extend multiple members.The text was updated successfully, but these errors were encountered: