[Live-devel] strstream.h

Ben Hutchings ben at decadent.org.uk
Tue Sep 15 18:20:53 PDT 2009


On Tue, 2009-09-15 at 13:59 -0700, Ross Finlayson wrote:
> >sstream is the preferred choice.  strstrea.h and strstream.h are 
> >both deprecated (the former is no longer present in VS 2008 
> >distributions, for example).  We did some testing using just sstream 
> >and found that it worked for us on both our windows builds and linux 
> >builds.
> 
> Can someone with a credible, professional email address (i.e., not 
> "@gmail", "@yahoo" "@hotmail" etc.) please confirm that <sstream> 
> (and *not* <strstream>, <strstrea.h>, or <strstream.h>) is now the 
> preferred thing to #include for Windows compilers ('Visual Studio'), 
> *and also* MINGW, *and also* GNU GCC.
> 
> If someone can confirm this, I'll change the code in the next release 
> to include <sstream> by default.

<strstream>  and <sstream> are both part of the standard C++ library and
have been included in the Visual C++ and GCC libraries for many years
(since Visual C++ 6 and GCC 3.0, if I remember correctly).

Ben.

-- 
Ben Hutchings
This sentence contradicts itself - no actually it doesn't.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 828 bytes
Desc: This is a digitally signed message part
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20090916/52deb58c/attachment.bin>


More information about the live-devel mailing list