--- Comment #1 from 4ekucT at tut dot by 2008-07-31 07:17 ---
Created an attachment (id=15981)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15981&action=view)
Template nested inner classes are not resolved.
Compile to reproduce the bug.
--
http://gcc.gnu.org/b
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: 4ekucT at tut dot by
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36981
--- Comment #1 from 4ekucT at tut dot by 2006-09-28 09:05 ---
Created an attachment (id=12349)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12349&action=view)
Type resolving for template class hierarchy
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29265
Version: 3.4.4
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: 4ekucT at tut dot by
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29265
--- Comment #2 from 4ekucT at tut dot by 2006-09-26 14:14 ---
I've just tested this code under VC8 and it accepted it without errors.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29236
ss with template in template
argument does not compile
Product: gcc
Version: 3.4.4
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: 4ekucT at tut dot by
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29236
--- Comment #1 from 4ekucT at tut dot by 2006-09-26 14:07 ---
Created an attachment (id=12330)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12330&action=view)
Friend operators with template in template argument
Test example which shows compiler error message.
--