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 45dca42 commit 2c60d60Copy full SHA for 2c60d60
source/compatibility.tex
@@ -2967,7 +2967,8 @@
2967
2968
\diffref{conv.ptr}
2969
\change
2970
-Converting \tcode{\keyword{void}*} to a pointer-to-object type requires casting.
+Converting a prvalue of type ``pointer to \cv{} \tcode{void}''
2971
+to a pointer-to-object type requires casting.
2972
\begin{example}
2973
\begin{codeblock}
2974
char a[10];
@@ -2977,7 +2978,7 @@
2977
2978
}
2979
\end{codeblock}
2980
-C accepts this usage of pointer to \keyword{void} being assigned
2981
+C accepts this usage of ``pointer to \keyword{void}'' being assigned
2982
to a pointer to object type.
2983
\Cpp{} does not.
2984
\end{example}
0 commit comments