This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: include strstream instead of strstream.h
- To: Gabriel Dos Reis <gdr at codesourcery dot com>
- Subject: Re: include strstream instead of strstream.h
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Sun, 12 Aug 2001 09:38:17 -0700 (PDT)
- cc: Craig Rodrigues <rodrigc at mediaone dot net>, libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
> I think his point is that -we- are including that header in -our- own
> source code. See egcs/libstdc++-v3/src/strstream.cc:50.
Right: this file supports the deprecated header. Thus, the warning is
accurate.
> That is why I find his patch OK.
Substituting one deprecated header for the other? Why?
-benjamin