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 [EMAIL PROTECTED]

Reply via email to