summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/libsupc++/exception
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2002-01-09 23:31:57 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2002-01-09 23:31:57 +0000
commit2ced9b418c84382fe2e0e95aaa5b361ace3420b3 (patch)
tree20d6b4aa5ed3312f0285071d4c41ffec1fa650c9 /libstdc++-v3/libsupc++/exception
parentea445691f2cbed65d0ddae0ea426d06c88e8d628 (diff)
downloadppe42-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++/exception2
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();
};
OpenPOWER on IntegriCloud