[Bug libstdc++/12439] Problems in time_put::put
peturr02 at ru dot is
gcc-bugzilla@gcc.gnu.org
Wed Oct 1 10:04:00 GMT 2003
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.
More information about the Gcc-bugs
mailing list