basic_streambuf

Jim Crafton jcrafton@sorceron.com
Fri Oct 20 10:16:00 GMT 2000


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



More information about the Cygwin mailing list