mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-02 08:13:58 +08:00
locale_facets.tcc: Fix typo in comment.
2003-11-17 Paolo Carlini <pcarlini@suse.de> * include/bits/locale_facets.tcc: Fix typo in comment. From-SVN: r73667
This commit is contained in:
parent
37cd4bcaa9
commit
c246639311
@ -1,3 +1,7 @@
|
||||
2003-11-17 Paolo Carlini <pcarlini@suse.de>
|
||||
|
||||
* include/bits/locale_facets.tcc: Fix typo in comment.
|
||||
|
||||
2003-11-17 Paolo Carlini <pcarlini@suse.de>
|
||||
|
||||
* testsuite/22_locale/num_put/put/char/8.cc: New test,
|
||||
|
@ -764,7 +764,7 @@ namespace std
|
||||
_M_group_int(const string& __grouping, _CharT __sep, ios_base& __io,
|
||||
_CharT* __new, _CharT* __cs, int& __len) const
|
||||
{
|
||||
// By itself __add_grouping cannot deal correctly with __ws when
|
||||
// By itself __add_grouping cannot deal correctly with __cs when
|
||||
// ios::showbase is set and ios_base::oct || ios_base::hex.
|
||||
// Therefore we take care "by hand" of the initial 0, 0x or 0X.
|
||||
// However, remember that the latter do not occur if the number
|
||||
|
Loading…
Reference in New Issue
Block a user