File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 49
49
constraint-logical-and-expression \terminal {\&\& } primary-expression
50
50
\end {bnf }
51
51
52
- \begin {bnf }
53
- \nontermdef {concept-definition}\br
54
- \keyword {concept} concept-name \terminal {=} constraint-expression \terminal {;}
55
- \end {bnf }
56
-
57
- \begin {bnf }
58
- \nontermdef {concept-name}\br
59
- identifier
60
- \end {bnf }
61
-
62
52
\begin {bnf }
63
53
\nontermdef {type-constraint}\br
64
54
\opt {nested-name-specifier} concept-name\br
4038
4028
A \defn {concept} is a template
4039
4029
that defines constraints on its template arguments.
4040
4030
4031
+ \begin {bnf }
4032
+ \nontermdef {concept-definition}\br
4033
+ \keyword {concept} concept-name \terminal {=} constraint-expression \terminal {;}
4034
+ \end {bnf }
4035
+
4036
+ \begin {bnf }
4037
+ \nontermdef {concept-name}\br
4038
+ identifier
4039
+ \end {bnf }
4040
+
4041
4041
\pnum
4042
4042
A \grammarterm {concept-definition}
4043
4043
declares a concept.
You can’t perform that action at this time.
0 commit comments