This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] Fix libstdc++/5708
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: libstdc++ at gcc dot gnu dot org
- Date: Mon, 18 Feb 2002 15:10:04 -0800 (PST)
- Subject: Re: [PATCH] Fix libstdc++/5708
> What other implementation does it?
Dinkum, as shipped with icc.
I'd support changing 22.2.6.3 p2 to:
The value space indicates that at least one space is required
at that position.
to
The value space indicates that at least one white space is required at
that position, determinted by the fill value.
-benjamin