[Bug c++/28540] Compile error about using typedefs defined in a template class
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Jul 30 09:49:00 GMT 2006
------- Comment #1 from pinskia at gcc dot gnu dot org 2006-07-30 09:49 -------
You want:
template <typename T>
typename A<T>::blah A<T>::foo()
{
return 0;
}
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28540
More information about the Gcc-bugs
mailing list