From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 699 invoked by alias); 25 Mar 2004 06:07:08 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 692 invoked from network); 25 Mar 2004 06:07:07 -0000 Received: from unknown (HELO relay.pair.com) (209.68.1.20) by sources.redhat.com with SMTP; 25 Mar 2004 06:07:07 -0000 Received: (qmail 64389 invoked from network); 25 Mar 2004 06:07:07 -0000 Received: from c-24-126-73-164.we.client2.attbi.com (HELO kegel.com) (24.126.73.164) by relay.pair.com with SMTP; 25 Mar 2004 06:07:07 -0000 X-pair-Authenticated: 24.126.73.164 Message-ID: <4062752E.3060105@kegel.com> Date: Thu, 25 Mar 2004 11:29:00 -0000 From: Dan Kegel User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113 MIME-Version: 1.0 To: GCC Mailing List , spam@thack.org Subject: re: [c++] Missing strstream.h Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-03/txt/msg01447.txt.bz2 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