Fix integer operations #6
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix-integer-ops"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Previously the arithmetic attempted bitwise binary ops for double types,
add explicit casts for these kind of binary ops.