This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch] Fix for Martin's issue
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: libstdc++ at gcc dot gnu dot org
- Date: Fri, 19 Dec 2003 09:46:41 -0600
- Subject: Re: [Patch] Fix for Martin's issue
- Organization: Red Hat / Chicago
- References: <3FE3039C.2060003@suse.de>
>2003-12-19 Paolo Carlini <pcarlini@suse.de>
>
> * include/bits/locale_facets.tcc (num_get::_M_extract_int,
> num_get::_M_extract_float): According to 22.2.2.1.2, p8-9,
> first look for decimal_point and thousands_sep.
> * testsuite/22_locale/num_get/get/char/11.cc: New.
> * testsuite/22_locale/num_get/get/wchar_t/11.cc: Likewise.
Looks good to me! Thanks for fixing this up.
-benjamin