Skip to content

Fix some negation issues when creating FractionalLit

Matthew Pickering requested to merge wip/t19670 into master

There were two different issues:

  1. integralFractionalLit needed to be passed an already negated value. (T19670)
  2. negateFractionalLit did not actually negate the argument, only flipped the negation flag. (T19670A)

Merge request reports