From Jason Turner

[conv.rank]

Diff to HTML by rtfpessoa

tmp/tmpb48uzd4y/{from.md → to.md} RENAMED
@@ -32,12 +32,15 @@ Every integer type has an *integer conversion rank* defined as follows:
32
  The integer conversion rank is used in the definition of the integral
33
  promotions ([[conv.prom]]) and the usual arithmetic conversions
34
  (Clause  [[expr]]).
35
 
36
  <!-- Link reference definitions -->
 
37
  [basic.fundamental]: basic.md#basic.fundamental
38
  [basic.lval]: basic.md#basic.lval
 
 
39
  [class.access]: class.md#class.access
40
  [class.bit]: class.md#class.bit
41
  [class.conv]: special.md#class.conv
42
  [class.derived]: class.md#class.derived
43
  [class.member.lookup]: class.md#class.member.lookup
@@ -60,12 +63,11 @@ promotions ([[conv.prom]]) and the usual arithmetic conversions
60
  [dcl.fct]: dcl.md#dcl.fct
61
  [dcl.init]: dcl.md#dcl.init
62
  [dcl.init.ref]: dcl.md#dcl.init.ref
63
  [dcl.ref]: dcl.md#dcl.ref
64
  [expr]: expr.md#expr
65
- [expr.const]: expr.md#expr.const
66
- [intro.object]: intro.md#intro.object
67
  [over.best.ics]: over.md#over.best.ics
68
  [over.over]: over.md#over.over
69
  [stmt.iter]: stmt.md#stmt.iter
70
  [stmt.select]: stmt.md#stmt.select
71
 
 
32
  The integer conversion rank is used in the definition of the integral
33
  promotions ([[conv.prom]]) and the usual arithmetic conversions
34
  (Clause  [[expr]]).
35
 
36
  <!-- Link reference definitions -->
37
+ [basic.def.odr]: basic.md#basic.def.odr
38
  [basic.fundamental]: basic.md#basic.fundamental
39
  [basic.lval]: basic.md#basic.lval
40
+ [basic.stc.dynamic.deallocation]: basic.md#basic.stc.dynamic.deallocation
41
+ [basic.stc.dynamic.safety]: basic.md#basic.stc.dynamic.safety
42
  [class.access]: class.md#class.access
43
  [class.bit]: class.md#class.bit
44
  [class.conv]: special.md#class.conv
45
  [class.derived]: class.md#class.derived
46
  [class.member.lookup]: class.md#class.member.lookup
 
63
  [dcl.fct]: dcl.md#dcl.fct
64
  [dcl.init]: dcl.md#dcl.init
65
  [dcl.init.ref]: dcl.md#dcl.init.ref
66
  [dcl.ref]: dcl.md#dcl.ref
67
  [expr]: expr.md#expr
68
+ [lex.icon]: lex.md#lex.icon
 
69
  [over.best.ics]: over.md#over.best.ics
70
  [over.over]: over.md#over.over
71
  [stmt.iter]: stmt.md#stmt.iter
72
  [stmt.select]: stmt.md#stmt.select
73