Skip to content

Commit be5adfb

Browse files
author
Dawn Perchik
committed
[over.load] Added cross references to function/array vs. pointer in overloading
1 parent c54cf0d commit be5adfb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/overloading.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@
172172
\exitexample
173173

174174
\item
175+
\indextext{overloading!array~versus~pointer}%
175176
\indextext{array!overloading~and pointer~versus}%
176177
Parameter declarations that differ only in a pointer
177178
\tcode{*}
@@ -198,6 +199,8 @@
198199
\exitexample
199200

200201
\item
202+
\indextext{overloading!function~versus~pointer}%
203+
\indextext{function!overloading~and pointer~versus}%
201204
Parameter declarations that differ only in that one is a function type
202205
and the other is a pointer to the same function type are equivalent.
203206
That is, the function type is adjusted to become a pointer to function type~(\ref{dcl.fct}).

0 commit comments

Comments
 (0)