Skip to content

Issue #279: Fix t/vector test on 32-bit systems #297

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
Aug 27, 2020

Conversation

esabol
Copy link
Member

@esabol esabol commented Aug 7, 2020

This PR addresses issue #279 and fixes "make test" on 32-bit systems. Thanks to @cheese for his suggestion on how to do this.

std::numeric_limits<type> is defined in <limits>, but that's not explicitly included by tests/vector.cc. I presume one of the other #includes is pulling it in somehow, since the code compiles and tests cleanly, but maybe we should have an explicit #include <limits>? Let me know what you think.

@SpamapS SpamapS merged commit aa41156 into gearman:master Aug 27, 2020
@esabol esabol deleted the issue-279-fix-32bit-vector-test branch August 27, 2020 13:45
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.

3 participants