diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-29 11:52:23 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-29 11:52:23 +0000 |
commit | e603279bb6bf848ed8b6f39197e55954b9d47874 (patch) | |
tree | 4147184f6886dbf92394b0cbba29c6d6ae502954 /libstdc++-v3 | |
parent | fbaa96d67e32888ce7e08e8647cdb4fa7cfc13e2 (diff) | |
download | gcc-e603279bb6bf848ed8b6f39197e55954b9d47874.tar.gz |
2005-06-29 Paolo Carlini <pcarlini@suse.de>
Fix typo in last ChangeLog entry.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101417 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-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 e0510128968..66ed86e7834 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -6,7 +6,7 @@ Adjust to assign the result also when digit grouping is wrong (but the grammar is correct), as per 22.2.2.1.2, p11-12 (NB: consistently for money_get too). - * config/locale/generic/c_locale.cc (__convert_from_v): Do + * config/locale/generic/c_locale.cc (__convert_to_v): Do not check ios_base::failbit at the outset. * config/locale/gnu/c_locale.cc: Likewise. * testsuite/22_locale/money_get/get/char/22131.cc: New. |