We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17dad88 commit e125ca7Copy full SHA for e125ca7
source/basic.tex
@@ -4531,10 +4531,10 @@
4531
\end{example}
4532
4533
\pnum
4534
-For any trivially copyable type \tcode{T}, if two pointers to \tcode{T} point to
4535
-distinct \tcode{T} objects \tcode{obj1} and \tcode{obj2}, where neither
4536
-\tcode{obj1} nor \tcode{obj2} is a potentially-overlapping subobject, if the underlying
4537
-bytes\iref{intro.memory} making up
+For two distinct objects \tcode{obj1} and \tcode{obj2}
+of trivially copyable type \tcode{T},
+where neither \tcode{obj1} nor \tcode{obj2} is a potentially-overlapping subobject,
+if the underlying bytes\iref{intro.memory} making up
4538
\tcode{obj1} are copied into \tcode{obj2},
4539
\begin{footnote}
4540
By using, for example,
0 commit comments