--- Comment #11 from zvonsully at gmail dot com 2006-06-21 23:11 ---
on g++ v. 4.1.2 it is not fixed, But here I see "Fixed" with patches from 2005!
code:
namespace NS{//a namespace
template
class C//a template class inside a namespace
{
int f();//a member of C
};
}//NS
y: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: zvonsully at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28130
y: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: zvonsully at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27519