Skip to content

Commit 20b1a6d

Browse files
committed
[temp.arg.explicit,temp.mem] Clarify note about explicit template arguments
for conversion function templates and constructor templates.
1 parent 06013de commit 20b1a6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/templates.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2473,8 +2473,8 @@
24732473
\end{example}
24742474
\begin{note}
24752475
Because the explicit template argument list follows the function template
2476-
name, and because conversion member function templates and constructor
2477-
member function templates are called without using a function name,
2476+
name, and because conversion member function templates (\ref{class.conv.fct}, \ref{temp.mem}) and constructor
2477+
member function templates\iref{class.ctor} are named without using a function name,
24782478
there is no way to provide an explicit template argument list for these
24792479
function templates.
24802480
\end{note}
@@ -6978,8 +6978,8 @@
69786978
\pnum
69796979
\begin{note}
69806980
Because the explicit template argument list follows the function
6981-
template name, and because conversion member function templates and
6982-
constructor member function templates are called without using a
6981+
template name\iref{temp.arg.explicit}, and because conversion member function templates
6982+
are named without using a
69836983
function name, there is no way to provide an explicit template
69846984
argument list for these function templates.
69856985
\end{note}

0 commit comments

Comments
 (0)