This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] Fix a num_put::_M_widen_int corner case
- 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: Fri, 27 Sep 2002 14:53:42 -0500
- Subject: Re: [PATCH] Fix a num_put::_M_widen_int corner case
- Organization: Red Hat / Chicago
- References: <3D94A589.7060607@unitus.it>
> 2002-09-27 Paolo Carlini <pcarlini@unitus.it>
>
> * include/bits/locale_facets.tcc (num_put::_M_widen_int):
> Deal correctly with grouped, showbased (oct or hex) zero.
> * testsuite/22_locale/num_put_members_char.cc: Add test05.
> * testsuite/22_locale/num_put_members_wchar_t.cc: Ditto.
looks fine for both, but make sure all checkins to the 3_2-branch pass
'make check-abi'
thanks!
-benjamin