From Jason Turner

[expr.shift]

Diff to HTML by rtfpessoa

tmp/tmph2ukrl_e/{from.md → to.md} RENAMED
@@ -29,5 +29,7 @@ The value of `E1 >> E2` is `E1` right-shifted `E2` bit positions. If
29
  `E1` has an unsigned type or if `E1` has a signed type and a
30
  non-negative value, the value of the result is the integral part of the
31
  quotient of $\mathrm{E1}/2^\mathrm{E2}$. If `E1` has a signed type and a
32
  negative value, the resulting value is *implementation-defined*.
33
 
 
 
 
29
  `E1` has an unsigned type or if `E1` has a signed type and a
30
  non-negative value, the value of the result is the integral part of the
31
  quotient of $\mathrm{E1}/2^\mathrm{E2}$. If `E1` has a signed type and a
32
  negative value, the resulting value is *implementation-defined*.
33
 
34
+ The expression `E1` is sequenced before the expression `E2`.
35
+