This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/51653] More compact std::tuple
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 22 Dec 2011 12:57:06 +0000
- Subject: [Bug libstdc++/51653] More compact std::tuple
- Auto-submitted: auto-generated
- References: <bug-51653-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51653
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-12-22 12:57:06 UTC ---
Neat! Thanks for demonstrating this. I'm not yet convinced we want to apply it,
but it's nice to know it can be done without *too* much trouble.