diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2002-03-03 17:52:41 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2002-03-03 17:52:41 +0000 |
commit | 28ced9f821df63bff06460e0824894539bf19562 (patch) | |
tree | b65823efa878888348b20f0a0c7fd2d06da7f2c2 | |
parent | 798355a229acf2076722cee832a98a1e64b122eb (diff) | |
download | gcc-28ced9f821df63bff06460e0824894539bf19562.zip gcc-28ced9f821df63bff06460e0824894539bf19562.tar.gz gcc-28ced9f821df63bff06460e0824894539bf19562.tar.bz2 |
Add missing PR tag for previous commit.
From-SVN: r50260
-rw-r--r-- | libstdc++-v3/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 47f4cca..602ebb1 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,6 @@ 2002-03-03 Phil Edwards <pme@gcc.gnu.org> + PR libstdc++/3955 * include/std/std_sstream.h: Remove trailing spaces. (basic_stringbuf::_M_stringbuf_init): Also check for ios_base::app. * testsuite/27_io/stringbuf.cc (test05, test06): New tests. |