This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


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

basic_streambuf


sorry if this is a basic question - but I am new to gcc/cygwin


template <class Ch> class BasicMemoryBuffer : public
std::basic_streambuf<Ch>{

}

a class declared as above causes gcc/g++ to barf, claiming 
"no class template named `basic_streambuf' in `std'"

the code was originally written using VC++ and I naively assumed that
std::basic_streambuf is 
a standard stl class. is this not the case with gcc ?

Thanks 

Jim

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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