[Bug c++/19076] Pointer to member function not matched to pointer to member template

reichelt at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Dec 20 12:29:00 GMT 2004


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-12-20 12:29 -------
Here's an even simpler testcase: 
 
============================================ 
typedef int F(); 
 
struct A { F f; }; 
 
template<typename>   struct B; 
template<typename T> struct B<T A::*> {}; 
 
B<F A::*> b; 
============================================ 
 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
  GCC build triplet|Any                         |
   GCC host triplet|Any                         |
 GCC target triplet|Any                         |
           Keywords|                            |monitored


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



More information about the Gcc-bugs mailing list