[c++] Missing strstream.h

Dan Kegel dank@kegel.com
Thu Mar 25 11:29:00 GMT 2004


Tapio Kelloniemi wrote:

> GCC (3.3.3) currently seems to miss strstream.h from the
> backward-compatibility include-directory. Only strstream is present,
> which old legacy code of course does not use. I think it should be
> added to make old code work without changes on g++ 3.3, and it is not
> even a big thing.

It's not too hard to make a set of compatibility .h files
yourself in your app's source tree, and tweak your Makefile slightly to let gcc find them,
I think.  That way your program will be more standards-compliant, too,
which will help you if you decide to compile it with some other
compiler after leaving gcc in frustration at how standards-compliant
it is :-)
- Dan

-- 
My technical stuff: http://kegel.com
My politics: see http://www.misleader.org for examples of why I'm for regime change



More information about the Gcc mailing list