mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-14 15:00:36 +08:00
locale_facets.h (time_get::_M_extract_name): Add ctype argument.
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
This commit is contained in:
parent
e0f05105f7
commit
4c411e4f7e
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user