[Bug c++/36981] Template nested inner classes are not resolved.

2008-07-31 Thread 4ekucT at tut dot by
--- 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

[Bug c++/36981] New: Template nested inner classes are not resolved.

2008-07-31 Thread 4ekucT at tut dot by
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: 4ekucT at tut dot by http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36981

[Bug c++/29265] Type resolving for template class hierarchy

2006-09-28 Thread 4ekucT at tut dot by
--- 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

[Bug c++/29265] New: Type resolving for template class hierarchy

2006-09-28 Thread 4ekucT at tut dot by
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

[Bug c++/29236] Friend operators for class with template in template argument does not compile

2006-09-26 Thread 4ekucT at tut dot by
--- 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

[Bug c++/29236] New: Friend operators for class with template in template argument does not compile

2006-09-26 Thread 4ekucT at tut dot by
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

[Bug c++/29236] Friend operators for class with template in template argument does not compile

2006-09-26 Thread 4ekucT at tut dot by
--- 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. --