This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/50159] New: tuple_cat only accepts two arguments
- From: "jewillco at osl dot iu.edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 22 Aug 2011 21:02:52 +0000
- Subject: [Bug libstdc++/50159] New: tuple_cat only accepts two arguments
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50159
Bug #: 50159
Summary: tuple_cat only accepts two arguments
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: jewillco@osl.iu.edu
The tuple_cat function in <tuple> (in C++0x) is documented in the FDIS as
taking any number of parameters, while the libstdc++ version accepts exactly
two.