File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2209
2209
If \tcode {((state | (rdbuf() ? goodbit : badbit)) \& exceptions()) == 0},
2210
2210
returns.
2211
2211
Otherwise, the function throws an object of class
2212
- \tcode {basic_ios ::failure}\iref {ios.failure },
2212
+ \tcode {ios_base ::failure}\iref {ios.failure },
2213
2213
constructed with
2214
- \impldef {argument values to construct \tcode {basic_ios ::failure}}
2214
+ \impldef {argument values to construct \tcode {ios_base ::failure}}
2215
2215
argument values.%
2216
2216
\end {itemdescr }
2217
2217
2226
2226
Calls
2227
2227
\tcode {clear(rdstate() | state)}
2228
2228
(which may throw
2229
- \tcode {basic_ios ::failure}\iref {ios.failure }).
2229
+ \tcode {ios_base ::failure}\iref {ios.failure }).
2230
2230
\end {itemdescr }
2231
2231
2232
2232
\indexlibrarymember {good}{basic_ios}%
4528
4528
If an exception is thrown during input then
4529
4529
\tcode {ios::badbit}
4530
4530
is turned on\footnote {This is done without causing an
4531
- \tcode {ios ::failure}
4531
+ \tcode {ios_base ::failure}
4532
4532
to be thrown.}
4533
4533
in
4534
4534
\tcode {*this}'s
4866
4866
If an exception is thrown during input then
4867
4867
\tcode {ios::badbit}
4868
4868
is turned on\footnote {This is done without causing an
4869
- \tcode {ios ::failure}
4869
+ \tcode {ios_base ::failure}
4870
4870
to be thrown.}
4871
4871
in
4872
4872
\tcode {*this}'s
6123
6123
If an exception is thrown during output, then
6124
6124
\tcode {ios::badbit}
6125
6125
is turned on\footnote {without causing an
6126
- \tcode {ios ::failure}
6126
+ \tcode {ios_base ::failure}
6127
6127
to be thrown.}
6128
6128
in
6129
6129
\tcode {*this}'s
6528
6528
\tcode {ios::badbit}
6529
6529
% .Fs new
6530
6530
is turned on\footnote {without causing an
6531
- \tcode {ios ::failure}
6531
+ \tcode {ios_base ::failure}
6532
6532
to be thrown.}
6533
6533
in
6534
6534
\tcode {*this}'s
Original file line number Diff line number Diff line change 771
771
If bad input is encountered, calls
772
772
\tcode {is.setstate(ios_base::failbit)}
773
773
(which may throw
774
- \tcode {ios:: failure}\iref {iostate.flags }).
774
+ \tcode {ios_base:: \brk {} failure}\iref {iostate.flags }).
775
775
776
776
\pnum
777
777
\returns
2418
2418
ensures that \tcode {v}'s state is unchanged by the operation
2419
2419
and
2420
2420
calls \tcode {is.setstate(ios::failbit)}
2421
- (which may throw \tcode {ios ::failure}\iref {iostate.flags }).
2421
+ (which may throw \tcode {ios_base ::failure}\iref {iostate.flags }).
2422
2422
If a textual representation written via \tcode {os << x}
2423
2423
was subsequently read via \tcode {is >> v},
2424
2424
then \tcode {x == v}
2810
2810
ensures that \tcode {d} is unchanged by the operation
2811
2811
and
2812
2812
calls \tcode {is.setstate(ios::failbit)}
2813
- (which may throw \tcode {ios ::failure}\iref {iostate.flags }).
2813
+ (which may throw \tcode {ios_base ::failure}\iref {iostate.flags }).
2814
2814
2815
2815
\expects
2816
2816
\tcode {is} provides a textual representation
You can’t perform that action at this time.
0 commit comments