From Jason Turner

[gram.except]

Diff to HTML by rtfpessoa

tmp/tmpx9mhi26o/{from.md → to.md} RENAMED
@@ -15,11 +15,11 @@ handler-seq:
15
  handler handler-seqₒₚₜ
16
  ```
17
 
18
  ``` bnf
19
  handler:
20
- 'catch (' exception-declaration ')' compound-statement
21
  ```
22
 
23
  ``` bnf
24
  exception-declaration:
25
  attribute-specifier-seqₒₚₜ type-specifier-seq declarator
@@ -29,11 +29,10 @@ exception-declaration:
29
 
30
  ``` bnf
31
  noexcept-specifier:
32
  'noexcept' '(' constant-expression ')'
33
  'noexcept'
34
- 'throw' '(' ')'
35
  ```
36
 
37
  <!-- Link reference definitions -->
38
  [gram.lex]: #gram.lex
39
  [gram.basic]: #gram.basic
 
15
  handler handler-seqₒₚₜ
16
  ```
17
 
18
  ``` bnf
19
  handler:
20
+ 'catch' '(' exception-declaration ')' compound-statement
21
  ```
22
 
23
  ``` bnf
24
  exception-declaration:
25
  attribute-specifier-seqₒₚₜ type-specifier-seq declarator
 
29
 
30
  ``` bnf
31
  noexcept-specifier:
32
  'noexcept' '(' constant-expression ')'
33
  'noexcept'
 
34
  ```
35
 
36
  <!-- Link reference definitions -->
37
  [gram.lex]: #gram.lex
38
  [gram.basic]: #gram.basic