Skip to content

Commit 5918f74

Browse files
committed
[dcl.ptr] Move "See also" from normative paragraph to example
1 parent 4e6d501 commit 5918f74

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

source/declarations.tex

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3119,10 +3119,8 @@
31193119
*ppc = &ci; // OK, but would make \tcode{p} point to \tcode{ci} because of previous error
31203120
*p = 5; // clobber \tcode{ci}
31213121
\end{codeblock}
3122-
\end{example}
3123-
3124-
\pnum
31253122
See also~\ref{expr.assign} and~\ref{dcl.init}.
3123+
\end{example}
31263124

31273125
\pnum
31283126
\begin{note}

0 commit comments

Comments
 (0)