mirror of
https://github.com/boostorg/math.git
synced 2026-01-27 19:12:08 +00:00
Fix GCC warning: ``` warning #186-D: pointless comparison of unsigned integer with zero ``` `n` is an unsigned and always `>= 0`.
Fix GCC warning: ``` warning #186-D: pointless comparison of unsigned integer with zero ``` `n` is an unsigned and always `>= 0`.