This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/51453] Feature request: Implement Empty Base Optimization in std::tuple
- From: "paolo.carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 07 Dec 2011 18:01:22 +0000
- Subject: [Bug libstdc++/51453] Feature request: Implement Empty Base Optimization in std::tuple
- Auto-submitted: auto-generated
- References: <bug-51453-4@http.gcc.gnu.org/bugzilla/>
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.