This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] Fix libstdc++/5816
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Paolo Carlini <pcarlini at unitus dot it>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Mon, 4 Mar 2002 18:20:32 -0800 (PST)
- Subject: Re: [PATCH] Fix libstdc++/5816
> 2002-03-04 Paolo Carlini <pcarlini@unitus.it>
>
> libstdc++/5816
> * include/bits/locale_facets.tcc
> (num_get::_M_extract_float): Fix the parsing of __dec, since
> the standard prescribes that if no grouping characters are
> seen, no grouping check is applied.
> * testsuite/22_locale/num_get_members_char.cc: Add test05
> distilled from the PR.
> * testsuite/22_locale/num_get_members_wchar_t.cc: Ditto.
Yep. This is good for mainline and branch.
Thanks again dude!
-benjamin