Skip to content

Commit f314930

Browse files
committed
[basic] Fix inconsistency between here and [temp.type]p1: define when two
template-ids referring to variable template specializations are the same. This is the clear and unambiguous intent. Fixes #239.
1 parent 71fa07d commit f314930

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/basic.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@
7272
the same operator, or
7373
\item they are \grammarterm{conversion-function-id}{s} formed
7474
with the same type, or
75-
\item they are \grammarterm{template-id}{s} that refer to the same class or function~(\ref{temp.type}), or
75+
\item they are \grammarterm{template-id}{s} that refer to the same class,
76+
function, or variable~(\ref{temp.type}), or
7677
\item they are the names of literal operators~(\ref{over.literal}) formed with
7778
the same literal suffix identifier.
7879
\end{itemize}

0 commit comments

Comments
 (0)