This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/51453] Feature request: Implement Empty Base Optimization in std::tuple


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51453

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c++                         |libstdc++

--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-12-07 18:01:22 UTC ---
I don't think we should fiddle with illegal zero lenght arrays in the C++11
library, even if in general it's a GNU E extension. Of course we are already
exploiting EBO for portable data types.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]