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++/46170] [4.4/4.5/4.6 Regression] g++ wrongly rejects pointer-to-member in template arguments


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

Dodji Seketeli <dodji at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot       |dodji at gcc dot gnu.org
                   |gnu.org                     |

--- Comment #4 from Dodji Seketeli <dodji at gcc dot gnu.org> 2010-10-27 20:36:46 UTC ---
Created attachment 22180
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22180
Fix candidate

This looks like another case of us missing an SFINAE spot.

I am about to start testing the attached patchlet.


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