[Bug c++/34727] problem with templates and inheritence

2008-01-09 Thread isenbaev at gmail dot com
--- Comment #2 from isenbaev at gmail dot com 2008-01-10 01:20 --- Sorry there was a missprint in a test code, here is a correct example: template class A { public: T x; }; template class B : public A { public: void clear() { x = 0

[Bug c++/34727] New: problem with templates and inheritence

2008-01-09 Thread isenbaev at gmail dot com
inor Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: isenbaev at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34727

[Bug c++/34726] New: explicit specialization in non-namespace scope strange behavior

2008-01-09 Thread isenbaev at gmail dot com
ersion: 4.2.1 Status: UNCONFIRMED Severity: minor Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: isenbaev at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34726