Skip to content

Commit 269e7ed

Browse files
jensmaurerzygoloid
authored andcommitted
Cleanup index entries around 'alias template'.
1 parent eacba78 commit 269e7ed

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

source/declarations.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1386,7 +1386,7 @@
13861386
a deduced class type\iref{dcl.type.class.deduct}.
13871387
The \grammarterm{nested-name-specifier}, if any, shall be non-dependent and
13881388
the \grammarterm{template-name} shall name a deducible template.
1389-
A deducible template is either a class template or
1389+
A \defnadj{deducible}{template} is either a class template or
13901390
an alias template whose \grammarterm{defining-type-id} is of the form
13911391
\begin{ncsimplebnf}
13921392
\opt{\keyword{typename}} \opt{nested-name-specifier} \opt{\keyword{template}} simple-template-id

source/overloading.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1620,6 +1620,7 @@
16201620
the \grammarterm{explicit-specifier} of g (if any).
16211621
\end{itemize}
16221622

1623+
\indextext{template!deducible arguments of}%
16231624
\pnum
16241625
The arguments of a template \tcode{A} are said to be
16251626
deducible from a type \tcode{T} if, given a class template

source/templates.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3831,7 +3831,7 @@
38313831
\pnum
38323832
A \grammarterm{template-declaration} in which the \grammarterm{declaration} is an
38333833
\grammarterm{alias-declaration}\iref{dcl.dcl} declares the
3834-
\grammarterm{identifier} to be an \defn{alias template}.
3834+
\grammarterm{identifier} to be an \defnadj{alias}{template}.
38353835
An alias template is a name for a family of
38363836
types. The name of the alias template is a \grammarterm{template-name}.
38373837

0 commit comments

Comments
 (0)