This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
RE: [PATCH] New stream buffer for cin, cout etc.
- From: Pétur Runólfsson <peturr02 at ru dot is>
- To: "Phil Edwards" <phil at jaj dot com>
- Cc: <libstdc++ at gcc dot gnu dot org>,<gcc-patches at gcc dot gnu dot org>
- Date: Fri, 2 May 2003 15:56:54 -0000
- Subject: RE: [PATCH] New stream buffer for cin, cout etc.
Phil Edwards wrote:
> On Fri, May 02, 2003 at 08:50:05AM -0000, P?tur Run?lfsson wrote:
> > (basic_stdiobuf, basic_istdiostream, basic_ostdiostream,
> > basic_iostdiostream): New.
>
> If the names are in headers exposed to the user's program,
> they will need
> to be uglified, e.g., __gnu_cxx::__basic_stdiobuf.
The only library files that include this are src/ios.cc and
src/globals.cc.
Petur