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 efbeb9e commit f68ca58Copy full SHA for f68ca58
source/conversions.tex
@@ -194,8 +194,8 @@
194
195
\pnum
196
\indextext{conversion!array-to-pointer}%
197
-\indextext{decay!array|see{conversion, array to pointer}}%
198
-\indextext{decay!function|see{conversion, function to pointer}}%
+\indextext{decay!array|see{conversion, array-to-pointer}}%
+\indextext{decay!function|see{conversion, function-to-pointer}}%
199
An lvalue or rvalue of type ``array of \tcode{N} \tcode{T}'' or ``array
200
of unknown bound of \tcode{T}'' can be converted to a prvalue of type
201
``pointer to \tcode{T}''.
0 commit comments