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]

Re: libstdc++/5708: Problems with money_put


Ok, correction, sorry. Upon discussion on the libstdc++ we now agree that in
fact the correct output is:

val: -123456 fmt: *(1,234.56)
lval: -123456 fmt: *(1,234.56)

That is the space is required and the fill char '*' must be used for it.
(once again, however, correctly no symbol must be output since showbase is false
by default).

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5708




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