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

Build error: ‘numeric_limits’ is not a member of ‘std’ #121

Open
NicTanghe opened this issue Jun 27, 2024 · 4 comments
Open

Build error: ‘numeric_limits’ is not a member of ‘std’ #121

NicTanghe opened this issue Jun 27, 2024 · 4 comments

Comments

@NicTanghe
Copy link

I get the error:

Build error: ‘numeric_limits’ is not a member of ‘std’

when trying to build on rocky 9.4

@cylindrical2002
Copy link

i also found that error, look like it can be fixed by adding a #include

@cylindrical2002
Copy link

look like there is a pull request solved it

@NicTanghe
Copy link
Author

Is the pull request merged in the main branch ?
Do you know what pull request it is ?

@cylindrical2002
Copy link

#119
This one
It just add one single line, but it hasn't been merged, may be no one maintains this repository.
You can just add #include into the code, and u will find the problem is fixed.

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

No branches or pull requests

2 participants