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
Fix layout with packed class that only has a vtable
I noticed that a `#pragma packed` class that has only a vtable but no
data members is not marked repr(packed). The bug is that is_packed
examines data members but not the vtable when applying its heuristic.
0 commit comments