This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] Correctly output internal-adjusted hexadecimals
- 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: Wed, 28 Nov 2001 16:30:21 -0800 (PST)
- Subject: Re: [PATCH] Correctly output internal-adjusted hexadecimals
Hey, nice job. This is in.
-benjamin
> Paolo Carlini <pcarlini@unitus.it>
>
> * include/bits/locale_facets.tcc (__pad): correctly pad
> internal-adjusted hex numbers.
> * testsuite/27_io/ostream_inserter_arith.cc: Add testcase.