[Bug c++/60714] comments in template instantiation are interpreted

2014-04-01 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60714 --- Comment #3 from Jonathan Wakely --- std::basic_stringbuf is not a type, it's a template. std::basic_stringbuf is a type, so std::basic_stringbuf::int_type would be a type

[Bug c++/60714] comments in template instantiation are interpreted

2014-03-31 Thread jmichae3 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60714 --- Comment #2 from Jim Michaels --- I looked inside the class to derive that. maybe I made a mistake.

[Bug c++/60714] comments in template instantiation are interpreted

2014-03-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60714 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---