istream.tcc (basic_istream<_CharT, [...]): Fix typo.
2001-03-12 Benjamin Kosnik <bkoz@redhat.com> * include/bits/istream.tcc (basic_istream<_CharT, _Traits>& operator>>(basic_istream<_CharT, _Traits>& __in, _CharT* __s)): Fix typo. From-SVN: r40417
This commit is contained in:
parent
8f9995782e
commit
bc4f48d775
@ -1,3 +1,9 @@
|
||||
2001-03-12 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
* include/bits/istream.tcc (basic_istream<_CharT, _Traits>&
|
||||
operator>>(basic_istream<_CharT, _Traits>& __in, _CharT* __s)):
|
||||
Fix typo.
|
||||
|
||||
2001-03-11 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
|
||||
|
||||
* include/ext/stl_hashtable.h: Change type of __n to size_t
|
||||
|
@ -977,7 +977,7 @@ namespace std {
|
||||
typedef typename _Traits::int_type int_type;
|
||||
typedef _CharT char_type;
|
||||
typedef ctype<_CharT> __ctype_type;
|
||||
int_type __extracted = 0;
|
||||
streamsize __extracted = 0;
|
||||
|
||||
typename __istream_type::sentry __cerb(__in, false);
|
||||
if (__cerb)
|
||||
|
Loading…
Reference in New Issue
Block a user