From Jason Turner

[meta.rqmts]

Diff to HTML by rtfpessoa

tmp/tmponw1uu81/{from.md → to.md} RENAMED
@@ -25,8 +25,8 @@ shall not be hidden and shall be unambiguously available in the
25
  BinaryTypeTrait.
26
 
27
  A *TransformationTrait* modifies a property of a type. It shall be a
28
  class template that takes one template type argument and, optionally,
29
  additional arguments that help define the modification. It shall define
30
- a nested type named `type`, which shall be a synonym for the modified
31
- type.
32
 
 
25
  BinaryTypeTrait.
26
 
27
  A *TransformationTrait* modifies a property of a type. It shall be a
28
  class template that takes one template type argument and, optionally,
29
  additional arguments that help define the modification. It shall define
30
+ a publicly accessible nested type named `type`, which shall be a synonym
31
+ for the modified type.
32