diff options
| author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-09 23:31:57 +0000 |
|---|---|---|
| committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-09 23:31:57 +0000 |
| commit | 2ced9b418c84382fe2e0e95aaa5b361ace3420b3 (patch) | |
| tree | 20d6b4aa5ed3312f0285071d4c41ffec1fa650c9 /libstdc++-v3/libsupc++/exception | |
| parent | ea445691f2cbed65d0ddae0ea426d06c88e8d628 (diff) | |
| download | ppe42-gcc-2ced9b418c84382fe2e0e95aaa5b361ace3420b3.tar.gz ppe42-gcc-2ced9b418c84382fe2e0e95aaa5b361ace3420b3.zip | |
2002-01-09 Paolo Carlini <pcarlini@unitus.it>
* libsupc++/exception (bad_exception): Add comment.
* libsupc++/new (bad_alloc): Same.
* libsupc++/typeinfo (bad_cast): Same.
(bad_typeid): Same.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48700 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/libsupc++/exception')
| -rw-r--r-- | libstdc++-v3/libsupc++/exception | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++-v3/libsupc++/exception b/libstdc++-v3/libsupc++/exception index aea61ffa412..4b272d53bec 100644 --- a/libstdc++-v3/libsupc++/exception +++ b/libstdc++-v3/libsupc++/exception @@ -63,6 +63,8 @@ namespace std { public: bad_exception() throw() { } + // This declaration is not useless: + // http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_6.html#SEC118 virtual ~bad_exception() throw(); }; |

