From Jason Turner

[depr.volatile.type]

Diff to HTML by rtfpessoa

tmp/tmp1ilq7ziy/{from.md → to.md} RENAMED
@@ -12,11 +12,11 @@ volatile int velociraptor;
12
  ```
13
 
14
  — *end example*]
15
 
16
  Certain assignments where the left operand is a volatile-qualified
17
- non-class type are deprecated; see  [[expr.ass]].
18
 
19
  [*Example 2*:
20
 
21
  ``` cpp
22
  int neck, tail;
 
12
  ```
13
 
14
  — *end example*]
15
 
16
  Certain assignments where the left operand is a volatile-qualified
17
+ non-class type are deprecated; see  [[expr.assign]].
18
 
19
  [*Example 2*:
20
 
21
  ``` cpp
22
  int neck, tail;