Skip to content
Snippets Groups Projects
Commit e1f00254 authored by Pavlo Strokov's avatar Pavlo Strokov
Browse files

Replace IsPositive with GreaterOrEqual

The check IsPositive is not that useful when we have other
comparison function. Also, it confuses as 0 is not a positive
number. It is replaced with usage of the GreaterOrEqual where
value for comparison is set to 0. The IsPositive is removed
and all call sites are changed to use GreaterOrEqual.
parent 117a426e
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment