[Bug c++/48350] make_tuple() on empty tuples does not compile

2011-03-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48350 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/48350] make_tuple() on empty tuples does not compile

2011-03-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48350 --- Comment #3 from Jonathan Wakely 2011-03-30 09:49:20 UTC --- probably fixed by PR 45228

[Bug c++/48350] make_tuple() on empty tuples does not compile

2011-03-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48350 --- Comment #2 from Jonathan Wakely 2011-03-30 09:41:26 UTC --- works ok with 4.6.0

[Bug c++/48350] make_tuple() on empty tuples does not compile

2011-03-30 Thread tinlyx at gmail dot com
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 matr