[Bug c++/37444] code rejected in template specialization
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Sep 9 19:36:00 GMT 2008
------- Comment #1 from pinskia at gcc dot gnu dot org 2008-09-09 19:34 -------
Comeau online gives the similar error message:
"ComeauTest.c", line 19: error: template parameter "T" is not used in or cannot
be
deduced from the template argument list of class template
"trait<A<T>::B>"
template<typename T> struct trait<typename A<T>::B > {
^
So I don't think this is a bug.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37444
More information about the Gcc-bugs
mailing list