-
- Downloads
[NL] Extrap; Remove unnecessary decltype.
The original code issues a warning: type qualifiers ignored on cast result type since gcc-8.1. The cast is unnecessary because both operands of the comparison are unsined ints.
Loading
Please register or sign in to comment