aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2001-10-30 19:14:20 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2001-10-30 19:14:20 +0100
commit6446106eb7562f91cbe48a8b746e861a73943bb0 (patch)
tree3e6f9bfcdc9b248b3e337b027fd66b8ac7f84443 /libstdc++-v3/ChangeLog
parent6bbdfefd6f61d1536c7197e2840a4906587e8e62 (diff)
downloadgcc-6446106eb7562f91cbe48a8b746e861a73943bb0.zip
gcc-6446106eb7562f91cbe48a8b746e861a73943bb0.tar.gz
gcc-6446106eb7562f91cbe48a8b746e861a73943bb0.tar.bz2
stl_deque.h (_M_new_elements_at_front): Use __throw_exception_again.
* include/bits/stl_deque.h (_M_new_elements_at_front): Use __throw_exception_again. (_M_new_elements_at_back): Likewise. From-SVN: r46647
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 8363e9b..438183b 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-30 Jakub Jelinek <jakub@redhat.com>
+
+ * include/bits/stl_deque.h (_M_new_elements_at_front): Use
+ __throw_exception_again.
+ (_M_new_elements_at_back): Likewise.
+
2001-10-29 Benjamin Kosnik <bkoz@redhat.com>
libstdc++/3647