Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix unsigned difference #253

Merged
merged 1 commit into from
Nov 16, 2018
Merged

Fix unsigned difference #253

merged 1 commit into from
Nov 16, 2018

Conversation

JonathanMeans
Copy link
Contributor

The core issue was trying to take the difference of two unsigned types. The compiler complained because abs is not overloaded for unsigned types.

@JonathanMeans JonathanMeans added this to the SIX 2.2.9 milestone Nov 16, 2018
@asylvest asylvest merged commit 53f6655 into master Nov 16, 2018
@asylvest asylvest deleted the windows_compile_error branch November 16, 2018 21:08
stringhamc pushed a commit to stringhamc/six-library that referenced this pull request Mar 22, 2019
026c665 Merge pull request ngageoint#255 from mdaus/updateWscripts
b88a2ce Update wscripts to work properly
059e0fc Merge pull request ngageoint#254 from mdaus/ignoreJ2k
374e701 Add new driver to gitignore
bca6b3c Merge pull request ngageoint#253 from mdaus/addJ2k
7fb4541 Add J2K driver from NITRO
9063b5f Merge pull request ngageoint#252 from mdaus/ceilingDivide
29ebc51 Remove unneeded headers
928998b Remove commented code
629deda Move ceilingDivide to .cpp; apply elsewhere
4a953b8 Add ceilingDivide function; update Python

git-subtree-dir: externals/coda-oss
git-subtree-split: 026c6652d9866f5d29cae085df9f1f6864774ca3
JonathanMeans added a commit that referenced this pull request Feb 24, 2020
026c665 Merge pull request #255 from mdaus/updateWscripts
b88a2ce Update wscripts to work properly
059e0fc Merge pull request #254 from mdaus/ignoreJ2k
374e701 Add new driver to gitignore
bca6b3c Merge pull request #253 from mdaus/addJ2k
7fb4541 Add J2K driver from NITRO

git-subtree-dir: externals/coda-oss
git-subtree-split: 026c6652d9866f5d29cae085df9f1f6864774ca3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants