]> gcc.gnu.org Git - gcc.git/commitdiff
locale_facets.h (time_get::_M_extract_name): Add ctype argument.
authorBenjamin Kosnik <bkoz@gcc.gnu.org>
Tue, 4 Nov 2003 02:14:05 +0000 (02:14 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Tue, 4 Nov 2003 02:14:05 +0000 (02:14 +0000)
2003-11-03  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/locale_facets.h (time_get::_M_extract_name): Add
ctype argument.
* include/bits/locale_facets.tcc: Same, use it to allow
capitalized names.

* include/bits/fstream.tcc: Spacing tweak.
* include/bits/istream.tcc: Same.
* include/bits/ostream.tcc: Same.

From-SVN: r73242

libstdc++-v3/include/bits/istream.tcc

index f9ff41d35f87b3bf60522c1e0497c337aaee476e..c455200ae65aee001179f14135320008dd61318f 100644 (file)
@@ -64,7 +64,7 @@ namespace std
 
              // _GLIBCXX_RESOLVE_LIB_DEFECTS
              // 195. Should basic_istream::sentry's constructor ever
-             // 195. set eofbit?
+             // set eofbit?
              if (traits_type::eq_int_type(__c, __eof))
                __in.setstate(ios_base::eofbit);
            }
This page took 0.073327 seconds and 5 git commands to generate.