From Jason Turner

[basic.scope.param]

Diff to HTML by rtfpessoa

tmp/tmp953o4se5/{from.md → to.md} RENAMED
@@ -18,9 +18,9 @@ A *parameter-declaration-clause* P introduces a
18
  parameter scope is nested within its class’s scope. — *end note*]
19
  - If P is associated with a *lambda-declarator*, its scope extends to
20
  the end of the *compound-statement* in the *lambda-expression*.
21
  - If P is associated with a *requirement-parameter-list*, its scope
22
  extends to the end of the *requirement-body* of the
23
- requires-expression.
24
  - If P is associated with a *deduction-guide*, its scope extends to the
25
  end of the *deduction-guide*.
26
 
 
18
  parameter scope is nested within its class’s scope. — *end note*]
19
  - If P is associated with a *lambda-declarator*, its scope extends to
20
  the end of the *compound-statement* in the *lambda-expression*.
21
  - If P is associated with a *requirement-parameter-list*, its scope
22
  extends to the end of the *requirement-body* of the
23
+ *requires-expression*.
24
  - If P is associated with a *deduction-guide*, its scope extends to the
25
  end of the *deduction-guide*.
26