From Jason Turner

[gram.except]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpreshdnli/{from.md → to.md} +2 -23
tmp/tmpreshdnli/{from.md → to.md} RENAMED
@@ -26,35 +26,14 @@ exception-declaration:
26
  attribute-specifier-seqₒₚₜ type-specifier-seq abstract-declaratorₒₚₜ
27
  '...'
28
  ```
29
 
30
  ``` bnf
31
- throw-expression:
32
- 'throw' assignment-expressionₒₚₜ
33
- ```
34
-
35
- ``` bnf
36
- exception-specification:
37
- dynamic-exception-specification
38
- noexcept-specification
39
- ```
40
-
41
- ``` bnf
42
- dynamic-exception-specification:
43
- 'throw (' type-id-listₒₚₜ ')'
44
- ```
45
-
46
- ``` bnf
47
- type-id-list:
48
- type-id '...'ₒₚₜ
49
- type-id-list ',' type-id '...'ₒₚₜ
50
- ```
51
-
52
- ``` bnf
53
- noexcept-specification:
54
  'noexcept' '(' constant-expression ')'
55
  'noexcept'
 
56
  ```
57
 
58
  <!-- Link reference definitions -->
59
  [gram.lex]: #gram.lex
60
  [gram.basic]: #gram.basic
 
26
  attribute-specifier-seqₒₚₜ type-specifier-seq abstract-declaratorₒₚₜ
27
  '...'
28
  ```
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