This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/12439] Problems in time_put::put
- From: "peturr02 at ru dot is" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Oct 2003 10:04:56 -0000
- Subject: [Bug libstdc++/12439] Problems in time_put::put
- References: <20030929083428.12439.peturr02@ru.is>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12439
------- Additional Comments From peturr02 at ru dot is 2003-10-01 10:04 -------
>From 22.2.5.3.1:
For each valid format sequence identified, calls
do_put(s, str, fill, t, spec, mod).
It is very clear from this that the fill argument should be passed to
do_put. 22.2.5.3.2 and DR 164 only describe the default implementation
of do_put; a user override is free to use the fill character in any
way it wants.