Skip to content

Commit 007c0c1

Browse files
jensmaurerzygoloid
authored andcommitted
[temp.type] Do not refer to operator==, which excludes built-in ==.
1 parent caa5c8a commit 007c0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/templates.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1944,7 +1944,7 @@
19441944
have the same type and value
19451945
after conversion to the type of the \grammarterm{template-parameter},
19461946
where they are considered to have the same value if they compare equal
1947-
with \tcode{operator==}, and}
1947+
with the \tcode{==} operator\iref{expr.eq}, and}
19481948
\item {their corresponding template \grammarterm{template-argument}{s} refer
19491949
to the same template.}
19501950
\end{itemize}

0 commit comments

Comments
 (0)