This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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 ***


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]