This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/48350] make_tuple() on empty tuples does not compile
- 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: Wed, 30 Mar 2011 10:48:09 +0000
- Subject: [Bug c++/48350] make_tuple() on empty tuples does not compile
- Auto-submitted: auto-generated
- References: <bug-48350-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48350
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-03-30 10:47:42 UTC ---
confirmed as a dup - the constructor that caused the error was removed for PR
45228 and we now constrain the variadic constructor to only match when the
number of parameters is correct
*** This bug has been marked as a duplicate of bug 45228 ***