-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide overloads for Raster operators where ints and floats are mixed (
#215) Provides a separate set of operator overloads for integral Rasters when the other operand is a floating point number. We don't support pow and sqrt for ints with -Wfloat-conversion. Additionally, it fixes missing use of cost reference for a read-only parameter.
- Loading branch information
1 parent
2056c47
commit fc1fa92
Showing
2 changed files
with
86 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters