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

remove std:: namespace from copysignf and copysign #58

Merged
merged 1 commit into from
Jan 12, 2013

Conversation

davidraleigh
Copy link

Aleksandar's recommendation for an Android compile error fix ended up fixing the same compile error for iPhone and iPhonesimulator:

"copysign* is C99/C++ TR1, apparently still not in std namespace with
gcc 4.7. Remove std:: in front of it and see if it helps. If you
provide a patch, we'll test and include it for future releases."

"copysign* is C99/C++ TR1, apparently still not in std namespace with
gcc 4.7. Remove std:: in front of it and see if it helps. If you
provide a patch, we'll test and include it for future releases."
aleks-f added a commit that referenced this pull request Jan 12, 2013
remove std:: namespace from copysignf and copysign
@aleks-f aleks-f merged commit a867fb8 into pocoproject:develop Jan 12, 2013
obiltschnig pushed a commit that referenced this pull request Jun 27, 2018
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.

None yet

2 participants