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 7240fc9 commit 9a94a38Copy full SHA for 9a94a38
source/templates.tex
@@ -3018,7 +3018,7 @@
3018
template<typename T> struct X<T*> { }; // \#1
3019
template<C T> struct X<T> { }; // \#2
3020
\end{codeblock}
3021
-Both partial specializations are more specialized than the primary.
+Both partial specializations are more specialized than the primary template.
3022
\#1 is more specialized because the deduction of its template arguments
3023
from the template argument list of the class template specialization succeeds,
3024
while the reverse does not.
0 commit comments