[Bug c++/59964] New: gcc segfault on compiling nested parameter pack code

2014-01-27 Thread tinlyx at gmail dot com
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

[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

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

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