Skip to content

Commit

Permalink
Fixing #43.
Browse files Browse the repository at this point in the history
Explicitly refer to the position of introduced template
parameters.

Fixing a typo.
  • Loading branch information
asutton committed Jun 6, 2014
1 parent 1441636 commit f29fa6e
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions temp.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,14 @@ <h1>Templates</h1>
In the latter case, each <cxx-grammarterm>identifier</cxx-grammarterm>
in the <cxx-grammarterm>introduction-list</cxx-grammarterm> is declared
to be a template parameter. Each template parameter shall match in kind
the corresponding template parameter of the concept definition designated by
the <cxx-grammarterm>concept</cxx-grammarterm>.

If, after lookup, the <cxx-grammarterm>concept</cxx-grammarterm> designates
an overloaded set of concept functions, the designated concept is the
one with the same number of template parameters as the number of
<cxx-grammarterm>identifier</cxx-grammarterm> in the
and position the corresponding template parameter in the template
parameter list of the concept definition designated by the
<cxx-grammarterm>concept</cxx-grammarterm>.

If the <cxx-grammarterm>concept</cxx-grammarterm> designates
an overloaded set of function concepts, the designated concept definition
is the one having the same number of template parameters as the number of
<cxx-grammarterm>identifier</cxx-grammarterm>s in the
<cxx-grammarterm>introduction-list</cxx-grammarterm>.

<!--
Expand Down

0 comments on commit f29fa6e

Please sign in to comment.