File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5533
5533
\pnum
5534
5534
\effects
5535
5535
Behaves as an unformatted input function (\ref {istream.unformatted }), except that it does not count the number of characters extracted and
5536
- does not affect the value returned by subsequent calls to is.gcount(). After
5536
+ does not affect the value returned by subsequent calls to \tcode { is.gcount()} . After
5537
5537
constructing a sentry object extracts characters as long as the next available
5538
5538
character \tcode {c} is whitespace or until there are no more characters in the sequence.
5539
5539
Whitespace characters are distinguished with the same criterion as used by
Original file line number Diff line number Diff line change 2614
2614
threads may introduce a data race. The conditions under which this may occur are specified
2615
2615
in~\ref {res.on.data.races }. \begin {note } Modifying an object of a standard library type that is
2616
2616
shared between threads risks undefined behavior unless objects of that type are explicitly
2617
- specified as being sharable without data races or the user supplies a locking mechanism. \end {note }
2617
+ specified as being shareable without data races or the user supplies a locking mechanism. \end {note }
2618
2618
2619
2619
\pnum
2620
2620
If an object of a standard library type is accessed, and
You can’t perform that action at this time.
0 commit comments