From Jason Turner

[bitset.cons]

Diff to HTML by rtfpessoa

tmp/tmpikc9ym5a/{from.md → to.md} RENAMED
@@ -43,13 +43,13 @@ position `pos` is other than `zero` or `one`. The function uses
43
  Otherwise, the function constructs an object of class `bitset<N>`,
44
  initializing the first `M` bit positions to values determined from the
45
  corresponding characters in the string `str`. `M` is the smaller of `N`
46
  and `rlen`.
47
 
48
- An element of the constructed string has value zero if the corresponding
49
- character in `str`, beginning at position `pos`, is `0` `zero`.
50
- Otherwise, the element has the value 1. Character position `pos + M - 1`
51
  corresponds to bit position zero. Subsequent decreasing character
52
  positions correspond to increasing bit positions.
53
 
54
  If `M < N`, remaining bit positions are initialized to zero.
55
 
 
43
  Otherwise, the function constructs an object of class `bitset<N>`,
44
  initializing the first `M` bit positions to values determined from the
45
  corresponding characters in the string `str`. `M` is the smaller of `N`
46
  and `rlen`.
47
 
48
+ An element of the constructed object has value zero if the corresponding
49
+ character in `str`, beginning at position `pos`, is `zero`. Otherwise,
50
+ the element has the value one. Character position `pos + M - 1`
51
  corresponds to bit position zero. Subsequent decreasing character
52
  positions correspond to increasing bit positions.
53
 
54
  If `M < N`, remaining bit positions are initialized to zero.
55