Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: tinlyx at gmail dot com
Created attachment 31965
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31965&action=edit
code to produce the error.
I was trying to write a code (using mingw32 gcc4.8.1 as of J
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48350
--- Comment #1 from tinlyx at gmail dot com 2011-03-30 07:28:55 UTC ---
As a matter of fact, make_tuple() cannot be used on any tuples with cardinality
other than 1. This contrasts with std::vector where we can have a vector of
vectors (e.g. a
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48350
Summary: make_tuple() on empty tuples does not compile
Product: gcc
Version: 4.5.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassi