diff options
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index cdf6a9cf9c6..8a4302cfbca 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,12 @@ +2001-02-26 Benjamin Kosnik <bkoz@redhat.com> + + libstdc++/1972 + libstdc++/2089 + * include/bits/std_stdexcept.h (logic_error::logic_error): Use + string object, not reference. + (runtime_error::runtime_error): Same. + * testsuite/19_diagnostics/stdexceptions.cc: New file. + 2001-02-26 Phil Edwards <pme@sources.redhat.com> * acinclude.m4 (GLIBCPP_CONFIGURE): Update required compiler version. |