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 5d20bd6 commit 18827e1Copy full SHA for 18827e1
source/templates.tex
@@ -6830,7 +6830,9 @@
6830
A trailing template parameter pack\iref{temp.variadic} not otherwise deduced will be
6831
deduced as an empty sequence of template arguments.
6832
\end{note}
6833
-If all of the template arguments can be deduced, they may all be omitted;
+If all of the template arguments can be
6834
+deduced or obtained from default \grammarterm{template-argument}{s},
6835
+they may all be omitted;
6836
in this case, the empty template argument list \tcode{<>}
6837
itself may also be omitted.
6838
\begin{example}
0 commit comments