Skip to content

Fixed error in common.h for Android compilation introduced by e12cf11 #630

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

Merged
merged 1 commit into from
Sep 4, 2015

Conversation

buffer51
Copy link
Contributor

@buffer51 buffer51 commented Sep 4, 2015

It seems that even with short-circuiting of the && operator, preprocessor fails when using __GLIBC_PREREQ(2, 17) if undefined.

This will happen when trying to compile for Android. Splitting the if condition in two parts solves it.

xianyi added a commit that referenced this pull request Sep 4, 2015
Fixed error in common.h for Android compilation introduced by e12cf11
@xianyi xianyi merged commit 40a3fed into OpenMathLib:develop Sep 4, 2015
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