Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions source/compatibility.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2967,7 +2967,8 @@

\diffref{conv.ptr}
\change
Converting \tcode{\keyword{void}*} to a pointer-to-object type requires casting.
Converting a prvalue of type ``pointer to \cv{} \tcode{void}''
to a pointer-to-object type requires casting.
\begin{example}
\begin{codeblock}
char a[10];
Expand All @@ -2977,7 +2978,7 @@
}
\end{codeblock}

C accepts this usage of pointer to \keyword{void} being assigned
C accepts this usage of ``pointer to \keyword{void}'' being assigned
to a pointer to object type.
\Cpp{} does not.
\end{example}
Expand Down