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
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.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60714
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---