OSDN Git Service

2001-02-07 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Feb 2001 20:26:24 +0000 (20:26 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Feb 2001 20:26:24 +0000 (20:26 +0000)
commit15f85ffa17be2c112702013e0d5eebc0b5a3abec
tree710c4b07600eecce610471e49a8073942cbf0a1d
parentea298e004c40ead8035640c50738bb597dbede96
2001-02-07  Benjamin Kosnik  <bkoz@redhat.com>

Clean up stdexcept.
* include/bits/stringfwd.h: New file.
* include/bits/stl_string_fwd.h: Remove.
* include/bits/localefwd.h: Remove declaration for allocator.
* include/bits/std_iosfwd: Same.
* include/bits/std_string.h: Include it.
* include/bits/std_ios.h: Remove include.
* include/bits/basic_string.h: Tweak.
* libsupc++/new: Format.
* src/Makefile.am (base_headers): Add stringfwd.h, remove
stl_string_fwd.h
* src/Makefile.in: Regenerate.
* include/bits/std_stdexcept.h: Rewrite.
* src/stdexcept.cc: Same.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39526 138bc75d-0d04-0410-961f-82ee72b054a4
13 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/basic_string.h
libstdc++-v3/include/bits/localefwd.h
libstdc++-v3/include/bits/std_ios.h
libstdc++-v3/include/bits/std_iosfwd.h
libstdc++-v3/include/bits/std_stdexcept.h
libstdc++-v3/include/bits/std_string.h
libstdc++-v3/include/bits/stl_string_fwd.h [deleted file]
libstdc++-v3/include/bits/stringfwd.h [new file with mode: 0644]
libstdc++-v3/libsupc++/new
libstdc++-v3/src/Makefile.am
libstdc++-v3/src/Makefile.in
libstdc++-v3/src/stdexcept.cc