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 839839
840840\pnum
841841\expects
842- \tcode {ptr} points to an object \tcode {X} of
842+ \tcode {ptr} points to an object $ X $ of
843843a 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
853853
854854\pnum
855855\begin {note }
856- The alignment assumption on an object \tcode {X}
856+ The alignment assumption on an object $ X $
857857expressed by a call to \tcode {assume_aligned}
858858might result in generation of more efficient code.
859859It is up to the program to ensure that the assumption actually holds.
860860The call does not cause the implementation to verify or enforce this.
861861An 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 $
863863through the pointer returned by \tcode {assume_aligned}.
864864\end {note }
865865\end {itemdescr }
You can’t perform that action at this time.
0 commit comments