From Jason Turner

[over.call.object]

Diff to HTML by rtfpessoa

tmp/tmp_xde3a84/{from.md → to.md} RENAMED
@@ -8,11 +8,11 @@ operators of `T` are obtained by ordinary lookup of the name
8
 
9
  In addition, for each non-explicit conversion function declared in `T`
10
  of the form
11
 
12
  ``` bnf
13
- 'operator' conversion-type-id '( )' attribute-specifier-seqₒₚₜ cv-qualifier ';'
14
  ```
15
 
16
  where *cv-qualifier* is the same cv-qualification as, or a greater
17
  cv-qualification than, *cv*, and where *conversion-type-id* denotes the
18
  type “pointer to function of (`P1`,...,`Pn)` returning `R`”, or the type
 
8
 
9
  In addition, for each non-explicit conversion function declared in `T`
10
  of the form
11
 
12
  ``` bnf
13
+ 'operator' conversion-type-id '( )' cv-qualifier ref-qualifierₒₚₜ exception-specificationₒₚₜ attribute-specifier-seqₒₚₜ ';'
14
  ```
15
 
16
  where *cv-qualifier* is the same cv-qualification as, or a greater
17
  cv-qualification than, *cv*, and where *conversion-type-id* denotes the
18
  type “pointer to function of (`P1`,...,`Pn)` returning `R`”, or the type