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

bug fix: 'numeric_limits' is not a member of 'std' #19

Merged
merged 1 commit into from
May 6, 2021
Merged

bug fix: 'numeric_limits' is not a member of 'std' #19

merged 1 commit into from
May 6, 2021

Conversation

basilaljamal
Copy link

src/conn.cpp: add limits header to fix 'numeric_limits' is not a member of 'std'

@mdavidsaver mdavidsaver merged commit 383f332 into epics-base:master May 6, 2021
@mdavidsaver
Copy link
Member

Thanks. In what environment did you see this error? (OS/compiler versions)

@mdavidsaver mdavidsaver self-assigned this May 6, 2021
@mdavidsaver mdavidsaver added the bug Something isn't working label May 6, 2021
@basilaljamal
Copy link
Author

Fedora 34
Kernel 5.11.15-300
GCC 11.0.1

@mdavidsaver
Copy link
Member

Ah, that explains why I didn't see this error. My current CI testing only goes up to GCC 9.3 (ubuntu-20.04). I will need to figure out a different recipe for testing older GCC (cf. epics-base/ci-scripts#62). Solving that will hopefully also provide a way to test newer GCC as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants