From Jason Turner

[bitmask.types]

Diff to HTML by rtfpessoa

tmp/tmp56olk15j/{from.md → to.md} RENAMED
@@ -1,8 +1,8 @@
1
  ##### Bitmask types <a id="bitmask.types">[[bitmask.types]]</a>
2
 
3
- Several types defined in [[support]] through [[thread]] and [[depr]] are
4
  *bitmask types*. Each bitmask type can be implemented as an enumerated
5
  type that overloads certain operators, as an integer type, or as a
6
  `bitset` [[template.bitset]].
7
 
8
  The bitmask type `bitmask` can be written:
 
1
  ##### Bitmask types <a id="bitmask.types">[[bitmask.types]]</a>
2
 
3
+ Several types defined in [[support]] through [[exec]] and [[depr]] are
4
  *bitmask types*. Each bitmask type can be implemented as an enumerated
5
  type that overloads certain operators, as an integer type, or as a
6
  `bitset` [[template.bitset]].
7
 
8
  The bitmask type `bitmask` can be written: