This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: streambuf.h undefined type..?
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: Tyler Retzlaff <rtr at netbsd dot org>, gcc-help at gcc dot gnu dot org
- Date: Fri, 10 Oct 2003 07:11:55 -0500
- Subject: Re: streambuf.h undefined type..?
Hi Tyler,
What you should do is not use strstream, since they have been deprecated about 6 years ago (if not made obsolete and no longer supported).
Use sstream instead.
HTH,
--Eljay