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 text was updated successfully, but these errors were encountered:
kkimdev
changed the title
layout test fail on class Base { int a; bool b; }; class Foo : public Base { bool c; };
layout test fail on class Base { int a; bool b; }; class Foo : public Base { bool c; };Jan 18, 2017
Yup, this is a dupe of #380, thanks for reporting it. My intuition is that solving this for code without template parameters may be relatively straight-forward, but with templates we need to be more careful.
Going to close this as a dupe, but I have it on my radar.
C++ header:
Generated test:
Test output:
Please let me know in case it's not reproducible.
The text was updated successfully, but these errors were encountered: