From Jason Turner

[over.match.call]

Diff to HTML by rtfpessoa

tmp/tmpa8xg7ijw/{from.md → to.md} RENAMED
@@ -82,11 +82,11 @@ operators of `T` are obtained by ordinary lookup of the name
82
 
83
  In addition, for each non-explicit conversion function declared in `T`
84
  of the form
85
 
86
  ``` bnf
87
- 'operator' conversion-type-id '( )' attribute-specifier-seqₒₚₜ cv-qualifier ';'
88
  ```
89
 
90
  where *cv-qualifier* is the same cv-qualification as, or a greater
91
  cv-qualification than, *cv*, and where *conversion-type-id* denotes the
92
  type “pointer to function of (`P1`,...,`Pn)` returning `R`”, or the type
 
82
 
83
  In addition, for each non-explicit conversion function declared in `T`
84
  of the form
85
 
86
  ``` bnf
87
+ 'operator' conversion-type-id '( )' cv-qualifier ref-qualifierₒₚₜ exception-specificationₒₚₜ attribute-specifier-seqₒₚₜ ';'
88
  ```
89
 
90
  where *cv-qualifier* is the same cv-qualification as, or a greater
91
  cv-qualification than, *cv*, and where *conversion-type-id* denotes the
92
  type “pointer to function of (`P1`,...,`Pn)` returning `R`”, or the type