14
struct X {};
struct D : X {
    X x;
};

According to http://www.stroustrup.com/bs_faq2.html#sizeof-empty, empty base class adds zero to the size.

Sergey
  • 1,168
  • 2
  • 13
  • 28

0 Answers0