Skip to content

Commit

Permalink
[temp.constr.decl] Missing case when constraints are associated with …
Browse files Browse the repository at this point in the history
…a declaration.

Fixes NB US 108 (C++20 CD)
  • Loading branch information
jensmaurer authored and zygoloid committed Oct 30, 2019
1 parent 785f689 commit 2f42a93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/templates.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 2f42a93

Please sign in to comment.