This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/54890] Incorrect SFINAE Rejection
- From: "paolo.carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 10 Oct 2012 17:32:16 +0000
- Subject: [Bug c++/54890] Incorrect SFINAE Rejection
- Auto-submitted: auto-generated
- References: <bug-54890-4@http.gcc.gnu.org/bugzilla/>
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)