[Bug libstdc++/56785] std::tuple of two elements does not apply empty base class optimization when one of its elements is a std::tuple with two elements
glisse at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jun 18 14:39:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56785
--- Comment #9 from Marc Glisse <glisse at gcc dot gnu.org> ---
Try:
struct X: std::tuple<Empty> { double d; };
More information about the Gcc-bugs
mailing list