Skip to content

Commit

Permalink
[basic.compound] Improve readability of sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
Eisenwave authored Oct 23, 2024
1 parent ced2c38 commit 51f859c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/basic.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5496,10 +5496,10 @@
\end{note}
For purposes of pointer arithmetic\iref{expr.add}
and comparison\iref{expr.rel,expr.eq},
a pointer past the end of the last element of
a pointer past the end of
an array \tcode{x} of $n$ elements
is considered to be equivalent to
a pointer to a hypothetical array element $n$ of \tcode{x} and
a pointer to a hypothetical array element $n$ of \tcode{x}, and
an object of type \tcode{T} that is not an array element
is considered to belong to an array with one element of type \tcode{T}.
The value representation of
Expand Down

0 comments on commit 51f859c

Please sign in to comment.