Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fixed reversed logic

...

The following code can result in undefined behavior because there is no check to ensure that left and right operands have nonnegative values and that the right operand is greater less than or equal to the width of the promoted left operand.

...

The following code can result in undefined behavior because there is no check to ensure that the right operand is greater less than or equal to the width of the promoted left operand.

...