From Jason Turner

[class.conv.general]

Diff to HTML by rtfpessoa

tmp/tmp0y2zp4nb/{from.md → to.md} RENAMED
@@ -10,11 +10,11 @@ User-defined conversions are applied only where they are unambiguous
10
  [[class.member.lookup]], [[class.conv.fct]]. Conversions obey the access
11
  control rules [[class.access]]. Access control is applied after
12
  ambiguity resolution [[basic.lookup]].
13
 
14
  [*Note 1*: See  [[over.match]] for a discussion of the use of
15
- conversions in function calls as well as examples below. — *end note*]
16
 
17
  At most one user-defined conversion (constructor or conversion function)
18
  is implicitly applied to a single value.
19
 
20
  [*Example 1*:
 
10
  [[class.member.lookup]], [[class.conv.fct]]. Conversions obey the access
11
  control rules [[class.access]]. Access control is applied after
12
  ambiguity resolution [[basic.lookup]].
13
 
14
  [*Note 1*: See  [[over.match]] for a discussion of the use of
15
+ conversions in function calls. — *end note*]
16
 
17
  At most one user-defined conversion (constructor or conversion function)
18
  is implicitly applied to a single value.
19
 
20
  [*Example 1*: