Skip to content

[stringbuf.virtuals] Rephrase DR 453 resolution for seekoff #1657

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 15, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions source/iostreams.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7675,14 +7675,16 @@
\end{libtab2}

\pnum
For a sequence to be positioned, if its next pointer
For a sequence to be positioned,
the function determines \tcode{newoff} as indicated in
Table~\ref{tab:iostreams.newoff.values}.
If the sequence's next pointer
(either
\tcode{gptr()}
or
\tcode{pptr()})
is a null pointer and the new offset \tcode{newoff} is nonzero, the positioning
operation fails. Otherwise, the function determines \tcode{newoff} as indicated in
Table~\ref{tab:iostreams.newoff.values}.
is a null pointer and \tcode{newoff} is nonzero,
the positioning operation fails.

\begin{libtab2}{\tcode{newoff} values}{tab:iostreams.newoff.values}
{lp{2.0in}}{Condition}{\tcode{newoff} Value}
Expand Down