From Jason Turner

[expr.xor]

Diff to HTML by rtfpessoa

tmp/tmprp41hfm6/{from.md → to.md} RENAMED
@@ -9,11 +9,11 @@ exclusive-or-expression:
9
  The `^` operator groups left-to-right. The operands shall be of integral
10
  or unscoped enumeration type. The usual arithmetic conversions
11
  [[expr.arith.conv]] are performed. Given the coefficients `xᵢ` and `yᵢ`
12
  of the base-2 representation [[basic.fundamental]] of the converted
13
  operands `x` and `y`, the coefficient `rᵢ` of the base-2 representation
14
- of the result `r` is 1 if either (but not both) of `xᵢ` and `yᵢ` are 1,
15
  and 0 otherwise.
16
 
17
  [*Note 1*: The result is the bitwise exclusive function of the
18
  operands. — *end note*]
19
 
 
9
  The `^` operator groups left-to-right. The operands shall be of integral
10
  or unscoped enumeration type. The usual arithmetic conversions
11
  [[expr.arith.conv]] are performed. Given the coefficients `xᵢ` and `yᵢ`
12
  of the base-2 representation [[basic.fundamental]] of the converted
13
  operands `x` and `y`, the coefficient `rᵢ` of the base-2 representation
14
+ of the result `r` is 1 if either (but not both) of `xᵢ` and `yᵢ` is 1,
15
  and 0 otherwise.
16
 
17
  [*Note 1*: The result is the bitwise exclusive function of the
18
  operands. — *end note*]
19