From Jason Turner

[expr.prim.id.dtor]

Diff to HTML by rtfpessoa

tmp/tmpfalafppi/{from.md → to.md} RENAMED
@@ -7,12 +7,12 @@ destructor of `T` if `T` is a class type [[class.dtor]], otherwise the
7
  If the *id-expression* names a pseudo-destructor, `T` shall be a scalar
8
  type and the *id-expression* shall appear as the right operand of a
9
  class member access [[expr.ref]] that forms the *postfix-expression* of
10
  a function call [[expr.call]].
11
 
12
- [*Note 1*: Such a call ends the lifetime of the object ([[expr.call]],
13
- [[basic.life]]). — *end note*]
14
 
15
  [*Example 1*:
16
 
17
  ``` cpp
18
  struct C { };
 
7
  If the *id-expression* names a pseudo-destructor, `T` shall be a scalar
8
  type and the *id-expression* shall appear as the right operand of a
9
  class member access [[expr.ref]] that forms the *postfix-expression* of
10
  a function call [[expr.call]].
11
 
12
+ [*Note 1*: Such a call ends the lifetime of the object
13
+ [[expr.call]], [[basic.life]]. — *end note*]
14
 
15
  [*Example 1*:
16
 
17
  ``` cpp
18
  struct C { };