Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 68ace9f

Browse files
jensmaurertkoeppe
authored andcommitted
Fix duplicate index entries for 'base class'. (#1165)
See also #1064.
1 parent cf522b9 commit 68ace9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/overloading.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
\rSec1[over.dcl]{Declaration matching}%
308308
\indextext{overloading!declaration matching}%
309309
\indextext{scope!overloading and}%
310-
\indextext{base class!overloading and}
310+
\indextext{base~class!overloading and}
311311

312312
\pnum
313313
Two function declarations of the same name refer to the same function if they

source/templates.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3822,7 +3822,7 @@
38223822
\end{example}
38233823

38243824
\pnum
3825-
\indextext{base class!dependent}%
3825+
\indextext{base~class!dependent}%
38263826
A \term{dependent base class} is a base class that is a dependent type and is
38273827
not the current instantiation.
38283828
\begin{note}

0 commit comments

Comments
 (0)