Skip to content

Commit caec65d

Browse files
authored
[ptr.align] Use math font 'X' for the object (#7367)
1 parent a42d124 commit caec65d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/memory.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -839,9 +839,9 @@
839839

840840
\pnum
841841
\expects
842-
\tcode{ptr} points to an object \tcode{X} of
842+
\tcode{ptr} points to an object $X$ of
843843
a type similar\iref{conv.qual} to \tcode{T},
844-
where \tcode{X} has alignment \tcode{N}\iref{basic.align}.
844+
where $X$ has alignment \tcode{N}\iref{basic.align}.
845845

846846
\pnum
847847
\returns
@@ -853,13 +853,13 @@
853853

854854
\pnum
855855
\begin{note}
856-
The alignment assumption on an object \tcode{X}
856+
The alignment assumption on an object $X$
857857
expressed by a call to \tcode{assume_aligned}
858858
might result in generation of more efficient code.
859859
It is up to the program to ensure that the assumption actually holds.
860860
The call does not cause the implementation to verify or enforce this.
861861
An implementation might only make the assumption
862-
for those operations on \tcode{X} that access \tcode{X}
862+
for those operations on $X$ that access $X$
863863
through the pointer returned by \tcode{assume_aligned}.
864864
\end{note}
865865
\end{itemdescr}

0 commit comments

Comments
 (0)