Skip to content

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

Merged
SpamapS merged 1 commit intogearman:masterfrom
esabol:issue-279-fix-32bit-vector-test
Aug 27, 2020
Merged

Issue #279: Fix t/vector test on 32-bit systems#297
SpamapS merged 1 commit intogearman:masterfrom
esabol:issue-279-fix-32bit-vector-test

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