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: Paolo Carlini <pcarlini at unitus dot it>
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Thu, 29 Nov 2001 09:00:42 +0100
- Subject: Re: [PATCH] Correctly output internal-adjusted hexadecimals
- References: <Pine.SOL.3.91.1011128181050.14983A-100000@taarna.cygnus.com>
Benjamin Kosnik wrote:
> > oss << "0xTrap!";
>
> > On the other hand, __pad, which is unified for num_put and ostream, sees only
> > strings, and deals with the various cases only on the basis of the first chars
> > of the string passed as a parameter. It has *no way* to make a distintion.
>
> Yeah. It should though, even if that means adding a parameter.
Patch in progress.
P.