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

qualify strtoull/strtoll with std namespace #37

Merged
merged 1 commit into from
Jan 30, 2013
Merged

Conversation

avg-I
Copy link
Contributor

@avg-I avg-I commented Jan 28, 2013

The included header is cstdlib, not stdlib.h, so global/C versions
can be visible only as a side effect, but it is better to use
proper versions in std::.

This caused a problem at least on FreeBSD.

The included header is cstdlib, not stdlib.h, so global/C versions
can be visible only as a side effect, but it is better to use
proper versions in std::.

This caused a problem at least on FreeBSD.
mloskot added a commit that referenced this pull request Jan 30, 2013
qualify strtoull/strtoll with std namespace
@mloskot mloskot merged commit 4f02d43 into SOCI:master Jan 30, 2013
@mloskot
Copy link
Contributor

mloskot commented Jan 30, 2013

Thank you Andriy!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants