From 6a66bfcf2136ca330e218cc19b0e00ae69330ffe Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Sat, 26 Oct 2019 21:05:37 +0200 Subject: [PATCH] [temp.constr.decl] Missing case when constraints are associated with a declaration. Fixes NB US 108 (C++20 CD) --- source/templates.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/templates.tex b/source/templates.tex index b5b2719f4a..9829037ff6 100644 --- a/source/templates.tex +++ b/source/templates.tex @@ -1618,8 +1618,8 @@ \pnum Constraints can also be associated with a declaration through the use of -\grammarterm{type-constraint}{s} in a -\grammarterm{template-parameter-list}. +\grammarterm{type-constraint}{s} +in a \grammarterm{template-parameter-list} or parameter-type-list. Each of these forms introduces additional \grammarterm{constraint-expression}{s} that are used to constrain the declaration.