[Bug c++/45002] Name of member class of template class cannot be used as argument type.

2010-07-21 Thread walton at seas dot harvard dot edu
--- Comment #5 from walton at seas dot harvard dot edu 2010-07-21 16:35 --- Subject: Re: Name of member class of template class cannot be used as argument type. OK, adding `typename::' fixed the problem with the compiler balking at the template function definition, but now

[Bug c++/45002] Name of member class of template class cannot be used as argument type.

2010-07-21 Thread walton at seas dot harvard dot edu
--- Comment #7 from walton at seas dot harvard dot edu 2010-07-21 17:30 --- Subject: Re: Name of member class of template class cannot be used as argument type. Replacing '::' with ' ' does not change the error message. I don't think you are right about the compiler mistaking

[Bug c++/45002] Name of member class of template class cannot be used as argument type.

2010-07-21 Thread walton at seas dot harvard dot edu
--- Comment #8 from walton at seas dot harvard dot edu 2010-07-21 17:35 --- Subject: Re: Name of member class of template class cannot be used as argument type. Oh, I see. You are just telling me that the '::' will be interpreted as a global namespace indicator. In the case

[Bug c++/45002] New: Name of member class of template class cannot be used as argument type.

2010-07-20 Thread walton at seas dot harvard dot edu
Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: walton at seas dot harvard dot edu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45002

[Bug c++/45002] Name of member class of template class cannot be used as argument type.

2010-07-20 Thread walton at seas dot harvard dot edu
--- Comment #2 from walton at seas dot harvard dot edu 2010-07-20 15:54 --- Subject: Re: Name of member class of template class cannot be used as argument type. Umpf, sorry. So I take it on reading up on name resolution that 14.6-2 requires `typename[::]' if the type name

[Bug c/40241] New: ?: operator incorrectly groups left in cpp

2009-05-25 Thread walton at seas dot harvard dot edu
ReportedBy: walton at seas dot harvard dot edu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40241