Adrien Grand 84edf36f11 Make -0 compare less than +0 consistently. (#22173)
Our `float`/`double` fields generally assume that `-0` compares less than `+0`,
except when bounds are exclusive: an exclusive lower bound on `-0` excludes
`+0` and an exclusive upper bound on `+0` excludes `-0`.

Closes #22167
2016-12-21 16:51:45 +01:00
..
2016-12-07 17:58:46 +01:00
2016-12-19 10:09:24 +01:00
2016-09-21 09:36:21 -04:00
2016-10-11 12:21:46 +02:00