File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 839
839
840
840
\pnum
841
841
\expects
842
- \tcode {ptr} points to an object \tcode {X} of
842
+ \tcode {ptr} points to an object $ X $ of
843
843
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 }.
845
845
846
846
\pnum
847
847
\returns
853
853
854
854
\pnum
855
855
\begin {note }
856
- The alignment assumption on an object \tcode {X}
856
+ The alignment assumption on an object $ X $
857
857
expressed by a call to \tcode {assume_aligned}
858
858
might result in generation of more efficient code.
859
859
It is up to the program to ensure that the assumption actually holds.
860
860
The call does not cause the implementation to verify or enforce this.
861
861
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 $
863
863
through the pointer returned by \tcode {assume_aligned}.
864
864
\end {note }
865
865
\end {itemdescr }
You can’t perform that action at this time.
0 commit comments