This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/12439] Problems in time_put::put


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]