This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60714

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
std::basic_stringbuf is not a type, it's a template.

std::basic_stringbuf<char> is a type, so std::basic_stringbuf<char>::int_type
would be a type


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]