File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6248
6248
\pnum
6249
6249
Each formatted output function begins execution by constructing an object of class
6250
6250
\tcode {sentry}.
6251
- If this object returns
6251
+ If that object returns
6252
6252
\tcode {true}
6253
6253
when converted to a value of type
6254
6254
\tcode {bool},
6664
6664
unformatted
6665
6665
output function begins execution by constructing an object of class
6666
6666
\tcode {sentry}.
6667
- If this object returns
6667
+ If that object returns
6668
6668
\tcode {true},
6669
6669
while converting to a value of type
6670
6670
\tcode {bool},
6766
6766
If
6767
6767
\tcode {rdbuf()}
6768
6768
is not a null pointer,
6769
- constructs a sentry object. If this object returns \tcode {true} when converted to a value of type \tcode {bool} the function
6769
+ constructs a sentry object. If that object returns \tcode {true} when converted to a value of type \tcode {bool} the function
6770
6770
calls
6771
6771
\tcode {rdbuf()->pubsync()}.
6772
6772
If that function returns -1
You can’t perform that action at this time.
0 commit comments