From Jason Turner

[basic.type.qualifier]

Diff to HTML by rtfpessoa

tmp/tmpyyvq8hiv/{from.md → to.md} RENAMED
@@ -3,11 +3,11 @@
3
  Each type other than a function or reference type is part of a group of
4
  four distinct, but related, types: a *cv-unqualified* version, a
5
  *const-qualified* version, a *volatile-qualified* version, and a
6
  *const-volatile-qualified* version. The types in each such group shall
7
  have the same representation and alignment requirements
8
- [[basic.align]].[^21]
9
 
10
  A function or reference type is always cv-unqualified.
11
 
12
  - A *const object* is an object of type `const T` or a non-mutable
13
  subobject of a const object.
 
3
  Each type other than a function or reference type is part of a group of
4
  four distinct, but related, types: a *cv-unqualified* version, a
5
  *const-qualified* version, a *volatile-qualified* version, and a
6
  *const-volatile-qualified* version. The types in each such group shall
7
  have the same representation and alignment requirements
8
+ [[basic.align]].[^20]
9
 
10
  A function or reference type is always cv-unqualified.
11
 
12
  - A *const object* is an object of type `const T` or a non-mutable
13
  subobject of a const object.