]> gcc.gnu.org Git - gcc.git/commit
strstream.cc: Adjust includes.
authorBenjamin Kosnik <bkoz@purist.soma.redhat.com>
Wed, 22 Nov 2000 00:05:16 +0000 (00:05 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Wed, 22 Nov 2000 00:05:16 +0000 (00:05 +0000)
commit5feb272b7a4f084ae628f16c7e252a14b3b47764
tree6def3586791c8aa5d5d87ed8546e1c1009983aa5
parent63e749a813fed4a7aff6ff5aa6811855deb2bc2c
strstream.cc: Adjust includes.

2000-11-21  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>

* src/strstream.cc: Adjust includes.
* src/Makefile.am (base_headers): Remove std_strstream.h, add
backwards/strstream.h.
(std_headers): Remove strstream.
* src/Makefile.in: Regenerate.
* libsupc++/Makefile.am (headers): Remove new.h
* libsupc++/Makefile.in: Regenerate.
* include/std/strstream: Remove.
* include/backward/strstream.h: Replace with...
* include/bits/std_strstream.h: ...this. Move.
* include/backward/complex.h: Remove SGIisms.
* include/backward/streambuf.h: Same.
* include/backward/stream.h: Same.
* include/backward/ostream.h: Same.
* include/backward/istream.h: Same.
* include/backward/iostream.h: Same.
* include/backward/iomanip.h: Same.
* include/backward/fstream.h: Same.
* libsupc++/new.h: Add using declarations for bad_alloc,
nothrow_t, and nothrow, move to ...
* include/backward/new.h: ...here.

From-SVN: r37632
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/strstream [deleted file]
libstdc++-v3/libsupc++/Makefile.am
libstdc++-v3/libsupc++/Makefile.in
libstdc++-v3/src/Makefile.am
libstdc++-v3/src/Makefile.in
libstdc++-v3/src/strstream.cc
This page took 0.055816 seconds and 5 git commands to generate.