From Jason Turner

[meta.unary.cat]

Diff to HTML by rtfpessoa

tmp/tmpscg3lnir/{from.md → to.md} RENAMED
@@ -2,10 +2,10 @@
2
 
3
  The primary type categories correspond to the descriptions given in
4
  section  [[basic.types]] of the C++standard.
5
 
6
  For any given type `T`, the result of applying one of these templates to
7
- `T` and to *cv-qualified* `T` shall yield the same result.
8
 
9
- For any given type `T`, exactly one of the primary type categories has a
10
- `value` member that evaluates to `true`.
11
 
 
2
 
3
  The primary type categories correspond to the descriptions given in
4
  section  [[basic.types]] of the C++standard.
5
 
6
  For any given type `T`, the result of applying one of these templates to
7
+ `T` and to cv `T` shall yield the same result.
8
 
9
+ [*Note 1*: For any given type `T`, exactly one of the primary type
10
+ categories has a `value` member that evaluates to `true`. — *end note*]
11