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++/54890] Incorrect SFINAE Rejection


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54890

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |NEW
         AssignedTo|paolo.carlini at oracle dot |unassigned at gcc dot
                   |com                         |gnu.org

--- Comment #3 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-10-10 17:32:16 UTC ---
Nope, I don't have a fix forthcoming, sorry.

I thought something was wrong in unify, because NULLPTR_TYPE isn't explicitly
handled, but actually I think this should work for 0 too, not just for nullptr
(indeed, for non-variadic it does already)


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