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
Empty structs are a GCC extension, which in general we do support.
Notably, boolbvt::convert_struct happily produces (empty) bitvectors for
empty structs. This commit makes sure byte-extracting empty structs is
equally supported.
0 commit comments