This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [RFC] 27_io/ios_manip_basefield.cc
- From: Paolo Carlini <pcarlini at unitus dot it>
- To: Paolo Carlini <pcarlini at unitus dot it>, libstdc++ at gcc dot gnu dot org
- Cc: bkoz at redhat dot com
- Date: Sat, 23 Feb 2002 18:15:05 +0100
- Subject: Re: [RFC] 27_io/ios_manip_basefield.cc
- References: <3C77C8E5.81D09122@unitus.it>
Paolo Carlini wrote:
> It looks like there is very little doubt according to the standard that indeed
> octals have to be used in the first 5 raws (contra the projected output).
Sorry, more correctly I should have said, octals with the usual sign rule of octals
and hexs (%o, roughly, octs (and hexs) are unsigned by definition). All the
implementations I have access to agree on this.
Ciao,
Paolo.