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

Compiler compatibility fix #21

Merged
merged 1 commit into from
Oct 26, 2016
Merged

Compiler compatibility fix #21

merged 1 commit into from
Oct 26, 2016

Conversation

tzdybal
Copy link
Contributor

@tzdybal tzdybal commented Oct 26, 2016

Fixed two invalid usages of abs function, giving
"error: call of overloaded ‘abs(double)’ is ambiguous",
on current version of compilers.

Solution tested with g++ 6.2.1 and clang++ 3.8.1.
I tried to keep casting convention.

Fixed two invalid usages of abs function, giving
"error: call of overloaded ‘abs(double)’ is ambiguous",
on current version of compilers.

Solution tested with g++ 6.2.1 and clang++ 3.8.1.
@qgeissmann qgeissmann merged commit ba86872 into qgeissmann:master Oct 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants