From 85d35841aa289fe69716291b00b1b53b89feec80 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Thu, 1 Dec 2016 23:47:42 +0100 Subject: [PATCH] Fix duplicate index entries for 'base class'. --- source/overloading.tex | 2 +- source/templates.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/overloading.tex b/source/overloading.tex index 8839668f74..2b7d6e3656 100644 --- a/source/overloading.tex +++ b/source/overloading.tex @@ -307,7 +307,7 @@ \rSec1[over.dcl]{Declaration matching}% \indextext{overloading!declaration matching}% \indextext{scope!overloading and}% -\indextext{base class!overloading and} +\indextext{base~class!overloading and} \pnum Two function declarations of the same name refer to the same function if they diff --git a/source/templates.tex b/source/templates.tex index c65fce781f..e73a25fde6 100644 --- a/source/templates.tex +++ b/source/templates.tex @@ -3822,7 +3822,7 @@ \end{example} \pnum -\indextext{base class!dependent}% +\indextext{base~class!dependent}% A \term{dependent base class} is a base class that is a dependent type and is not the current instantiation. \begin{note}