diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2002-05-24 18:17:43 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2002-05-24 18:17:43 +0000 |
commit | 2677e7acf0867522e00bc3aca76ee905e5022011 (patch) | |
tree | a3991951367e41d86305cc2314d4987800072d02 | |
parent | bb12c8093d162a070cb95ab4992b61e6c7bc0d55 (diff) | |
download | gcc-2677e7acf0867522e00bc3aca76ee905e5022011.zip gcc-2677e7acf0867522e00bc3aca76ee905e5022011.tar.gz gcc-2677e7acf0867522e00bc3aca76ee905e5022011.tar.bz2 |
Typo in previous changelog commit.
From-SVN: r53846
-rw-r--r-- | libstdc++-v3/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 67878c1..f3418c6 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,6 +1,6 @@ 2002-05-24 Phil Edwards <pme@gcc.gnu.org> - libstdc++/6282 + PR libstdc++/6282 * include/std/std_bitset.h (_Base_biteset<0>): New specialization. (operator>>): If nothing was extracted, don't fail in the zero-length case. |