OSDN Git Service

2001-01-16 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Jan 2001 07:44:57 +0000 (07:44 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Jan 2001 07:44:57 +0000 (07:44 +0000)
commit2f454f608f50bae184ca8ac0f0784f50f5182fdb
tree0cde8b75b22945d8c655cf156c6078e3c0c94a40
parent61162f64dd8d889b948d1300602e56beed6bf77e
2001-01-16  Benjamin Kosnik  <bkoz@redhat.com>

libstdc++/1605
* include/bits/ios_base.h (ios_base::failure): Tighten up throw specs.
* src/ios.cc (ios_base::failure): Make definitions match.
        * libsupc++/typeinfo (class bad_typeid): Add throw specs.
        (class bad_cast): Same.
        * libsupc++/exception (class exception): Add throw specs.
        * libsupc++/exception_support.cc (set_terminate): Add throw specs.
        (set_unexpected): Same.
        (uncaught_exception): Same.
        (what): Same.

* docs/html/17_intro/C++STYLE (classname): Fix.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39087 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/docs/html/17_intro/C++STYLE
libstdc++-v3/include/bits/ios_base.h
libstdc++-v3/libsupc++/exception
libstdc++-v3/libsupc++/exception_support.cc
libstdc++-v3/libsupc++/typeinfo
libstdc++-v3/src/ios.cc