Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix deduction failure for std::min call
This assumes that the literal `64` of type `int` has the same type as the `int32_t` typedef, which is never true for targets with 16-bit `int`, and isn't guaranteed to be true even with 32-bit `int`.
- Loading branch information