From Jason Turner

[expr.prim.req.simple]

Diff to HTML by rtfpessoa

tmp/tmpes0a06av/{from.md → to.md} RENAMED
@@ -3,16 +3,16 @@
3
  ``` bnf
4
  simple-requirement:
5
  expression ';'
6
  ```
7
 
8
- A *simple-requirement* asserts the validity of an *expression*.
 
9
 
10
  [*Note 1*: The enclosing *requires-expression* will evaluate to `false`
11
- if substitution of template arguments into the *expression* fails. The
12
- *expression* is an unevaluated operand
13
- [[term.unevaluated.operand]]. — *end note*]
14
 
15
  [*Example 1*:
16
 
17
  ``` cpp
18
  template<typename T> concept C =
 
3
  ``` bnf
4
  simple-requirement:
5
  expression ';'
6
  ```
7
 
8
+ A *simple-requirement* asserts the validity of an *expression*. The
9
+ *expression* is an unevaluated operand.
10
 
11
  [*Note 1*: The enclosing *requires-expression* will evaluate to `false`
12
+ if substitution of template arguments into the *expression*
13
+ fails. *end note*]
 
14
 
15
  [*Example 1*:
16
 
17
  ``` cpp
18
  template<typename T> concept C =