We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67db942 commit ada90e3Copy full SHA for ada90e3
source/templates.tex
@@ -1373,6 +1373,8 @@
1373
\pnum A \grammarterm{template-argument} matches a template
1374
\grammarterm{template-parameter} \tcode{P} when
1375
\tcode{P} is at least as specialized as the \grammarterm{template-argument} \tcode{A}.
1376
+In this comparison, if \tcode{P} is unconstrained,
1377
+the constraints on \tcode{A} are not considered.
1378
If \tcode{P} contains a template parameter pack, then \tcode{A} also matches \tcode{P}
1379
if each of \tcode{A}'s template parameters
1380
matches the corresponding template parameter in the
0 commit comments