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 08df35f commit 3566bbcCopy full SHA for 3566bbc
source/templates.tex
@@ -2616,7 +2616,7 @@
2616
2617
class D : public B {
2618
template <class T> void f(T); // does not override \tcode{B::f(int)}
2619
- void f(int i) { f<>(i); } // overriding function that calls the template instantiation
+ void f(int i) { f<>(i); } // overriding function that calls the function template specialization
2620
};
2621
\end{codeblock}
2622
\end{example}
0 commit comments