[Bug c++/13616] fails to look up template specialization of template template parameter involving own template parameters
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Jan 8 18:21:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-01-08 18:21 -------
3.4 produces the following error message (which I think is wrong and I think there is a dup of that
bug somewhere):
pr13616.cc:24: error: type/value mismatch at argument 2 in template parameter list for
`template<class P, template<class> class Q> class C'
pr13616.cc:24: error: expected a class template, got `typename PP<P>::Type'
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13616
More information about the Gcc-bugs
mailing list