diff options
| author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-11-17 08:54:09 +0000 |
|---|---|---|
| committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-11-17 08:54:09 +0000 |
| commit | eb7ed72a60daec1eeb48f48cfa60df19fe190fe2 (patch) | |
| tree | 3474bb1de5eac7b3efc5d913ea1e328b63218d40 | |
| parent | 89176bdba499d601cde11896100c111695e19118 (diff) | |
| download | ppe42-gcc-eb7ed72a60daec1eeb48f48cfa60df19fe190fe2.tar.gz ppe42-gcc-eb7ed72a60daec1eeb48f48cfa60df19fe190fe2.zip | |
2003-11-17 Paolo Carlini <pcarlini@suse.de>
* include/bits/locale_facets.tcc: Fix typo in comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73667 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
| -rw-r--r-- | libstdc++-v3/include/bits/locale_facets.tcc | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index d8bf0e40a1b..4bce163772b 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,9 @@ 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, summarizing the discussion ensuing libstdc++/12988. * testsuite/22_locale/num_put/put/wchar_t/8.cc: Ditto. diff --git a/libstdc++-v3/include/bits/locale_facets.tcc b/libstdc++-v3/include/bits/locale_facets.tcc index 43cca12323e..23acf985b6b 100644 --- a/libstdc++-v3/include/bits/locale_facets.tcc +++ b/libstdc++-v3/include/bits/locale_facets.tcc @@ -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 |

