Skip to content
Snippets Groups Projects
Commit a42e30bc authored by Matthew Pickering's avatar Matthew Pickering Committed by Ben Gamari
Browse files

Fix some negation issues when creating FractionalLit

There were two different issues:

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

Fixes #19680
parent 07de91be
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment