Created on 2008-04-07.00:00:00 last changed 171 months ago
[ Sophia Antipolis: ]
This is not a part of C99. LWG suggests submitting a paper may be appropriate.
[ Martin Sebor: ]
I don't know if it qualifies as a defect but I agree that there should be an easy way to control whether the thousands separator should or shouldn't be inserted. A new flag would be in line with the current design of iostreams (like boolalpha, showpos, or showbase).
[ Pablo Halpern: ]
I'm not sure it constitutes a defect, but I would be in favor of adding another flag (and corresponding manipulator).
In the spirit of printf vs iostream...
POSIX printf says that %'d should insert grouping characters (and the implication is that in the absence of ' no grouping characters are inserted). The num_put facet, on the other hand, seems to always insert grouping characters. Can this be considered a defect worth fixing for C++0x? Maybe ios_base needs an additional flag?
History | |||
---|---|---|---|
Date | User | Action | Args |
2010-10-21 18:28:33 | admin | set | messages: + msg3941 |
2010-10-21 18:28:33 | admin | set | messages: + msg3940 |
2010-10-21 18:28:33 | admin | set | messages: + msg3939 |
2008-04-07 00:00:00 | admin | create |