From ba4d6444439150a3232de342d20379fc9e929b82 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Tue, 13 Feb 2018 23:16:01 +0100 Subject: [PATCH] [intro.defs] Default template arguments are not part of the signature --- source/intro.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/intro.tex b/source/intro.tex index d815287230..d55e621868 100644 --- a/source/intro.tex +++ b/source/intro.tex @@ -251,7 +251,7 @@ parameter type list\iref{dcl.fct}, enclosing namespace (if any), return type, -\grammarterm{template-head}, +\grammarterm{template-head} (excluding default template arguments), and trailing \grammarterm{requires-clause}\iref{dcl.decl} (if any) @@ -280,7 +280,7 @@ \cv-qualifiers (if any), \grammarterm{ref-qualifier} (if any), return type (if any), -\grammarterm{template-head}, +\grammarterm{template-head} (excluding default template arguments), and trailing \grammarterm{requires-clause}\iref{dcl.decl} (if any)