if (__cerb)
{
try {
- iostate __err = iostate(ios_base::goodbit);
+ ios_base::iostate __err = ios_base::iostate(ios_base::goodbit);
_M_fnumget->get(*this, 0, *this, __err, __n);
this->setstate(__err);
}
if (__cerb)
{
try {
- iostate __err = iostate(ios_base::goodbit);
+ ios_base::iostate __err = ios_base::iostate(ios_base::goodbit);
_M_fnumget->get(*this, 0, *this, __err, __n);
this->setstate(__err);
}
if (__cerb)
{
try {
- iostate __err = iostate(ios_base::goodbit);
+ ios_base::iostate __err = ios_base::iostate(ios_base::goodbit);
_M_fnumget->get(*this, 0, *this, __err, __n);
this->setstate(__err);
}
if (__cerb)
{
try {
- iostate __err = iostate(ios_base::goodbit);
+ ios_base::iostate __err = ios_base::iostate(ios_base::goodbit);
_M_fnumget->get(*this, 0, *this, __err, __n);
this->setstate(__err);
}
if (__cerb)
{
try {
- iostate __err = iostate(ios_base::goodbit);
+ ios_base::iostate __err = ios_base::iostate(ios_base::goodbit);
_M_fnumget->get(*this, 0, *this, __err, __n);
this->setstate(__err);
}
if (__cerb)
{
try {
- iostate __err = iostate(ios_base::goodbit);
+ ios_base::iostate __err = ios_base::iostate(ios_base::goodbit);
_M_fnumget->get(*this, 0, *this, __err, __n);
this->setstate(__err);
}
if (__cerb)
{
try {
- iostate __err = iostate(ios_base::goodbit);
+ ios_base::iostate __err = ios_base::iostate(ios_base::goodbit);
_M_fnumget->get(*this, 0, *this, __err, __n);
this->setstate(__err);
}
if (__cerb)
{
try {
- iostate __err = iostate(ios_base::goodbit);
+ ios_base::iostate __err = ios_base::iostate(ios_base::goodbit);
_M_fnumget->get(*this, 0, *this, __err, __n);
this->setstate(__err);
}
if (__cerb)
{
try {
- iostate __err = iostate(ios_base::goodbit);
+ ios_base::iostate __err = ios_base::iostate(ios_base::goodbit);
_M_fnumget->get(*this, 0, *this, __err, __n);
this->setstate(__err);
}
if (__cerb)
{
try {
- iostate __err = iostate(ios_base::goodbit);
+ ios_base::iostate __err = ios_base::iostate(ios_base::goodbit);
_M_fnumget->get(*this, 0, *this, __err, __n);
this->setstate(__err);
}
if (__cerb)
{
try {
- iostate __err = iostate(ios_base::goodbit);
+ ios_base::iostate __err = ios_base::iostate(ios_base::goodbit);
_M_fnumget->get(*this, 0, *this, __err, __n);
this->setstate(__err);
}
if (__cerb)
{
try {
- iostate __err = iostate(ios_base::goodbit);
+ ios_base::iostate __err = ios_base::iostate(ios_base::goodbit);
_M_fnumget->get(*this, 0, *this, __err, __n);
this->setstate(__err);
}
if (__cerb)
{
try {
- iostate __err = iostate(ios_base::goodbit);
+ ios_base::iostate __err = ios_base::iostate(ios_base::goodbit);
_M_fnumget->get(*this, 0, *this, __err, __n);
this->setstate(__err);
}
operator>>(basic_istream<_CharT, _Traits>& __in, _CharT& __c)
{
typedef basic_istream<_CharT, _Traits> __istream_type;
- __istream_type::sentry __cerb(__in, false);
+ typename __istream_type::sentry __cerb(__in, false);
if (__cerb)
{
try {
typedef ctype<_CharT> __ctype_type;
int_type __extracted = 0;
- __istream_type::sentry __cerb(__in, false);
+ typename __istream_type::sentry __cerb(__in, false);
if (__cerb)
{
try {
typedef typename __string_type::size_type __size_type;
__int_type __extracted = 0;
- __istream_type::sentry __cerb(__in, false);
+ typename __istream_type::sentry __cerb(__in, false);
if (__cerb)
{
__str.erase();
__size_type __extracted = 0;
bool __testdelim = false;
- __istream_type::sentry __cerb(__in, true);
+ typename __istream_type::sentry __cerb(__in, true);
if (__cerb)
{
__str.erase();
operator<<(basic_ostream<_CharT, _Traits>& __out, _CharT __c)
{
typedef basic_ostream<_CharT, _Traits> __ostream_type;
- __ostream_type::sentry __cerb(__out);
+ typename __ostream_type::sentry __cerb(__out);
if (__cerb)
{
try {
operator<<(basic_ostream<char, _Traits>& __out, char __c)
{
typedef basic_ostream<char, _Traits> __ostream_type;
- __ostream_type::sentry __cerb(__out);
+ typename __ostream_type::sentry __cerb(__out);
if (__cerb)
{
try {
operator<<(basic_ostream<_CharT, _Traits>& __out, const _CharT* __s)
{
typedef basic_ostream<_CharT, _Traits> __ostream_type;
- __ostream_type::sentry __cerb(__out);
+ typename __ostream_type::sentry __cerb(__out);
if (__cerb)
{
try {
// 167. Improper use of traits_type::length()
typedef char_traits<char> __ctraits_type;
#endif
- __ostream_type::sentry __cerb(__out);
+ typename __ostream_type::sentry __cerb(__out);
if (__cerb)
{
size_t __clen = __ctraits_type::length(__s);
operator<<(basic_ostream<char, _Traits>& __out, const char* __s)
{
typedef basic_ostream<char, _Traits> __ostream_type;
- __ostream_type::sentry __cerb(__out);
+ typename __ostream_type::sentry __cerb(__out);
if (__cerb)
{
try {