-
Notifications
You must be signed in to change notification settings - Fork 9
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
Upgrade CLI11 library #1902
Labels
Comments
See 8b3f888 as a starting point. |
cz4rs
added a commit
that referenced
this issue
Aug 10, 2022
icpc 2021.6.0 shows following warning: `#3280: declaration hides variable "optarg" (declared at line 36 of "/usr/include/x86_64-linux-gnu/bits/getopt_core.h")`
cz4rs
added a commit
that referenced
this issue
Aug 11, 2022
icpc 2021.6.0 shows following warning: `#3280: declaration hides variable "optarg" (declared at line 36 of "/usr/include/x86_64-linux-gnu/bits/getopt_core.h")`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What Needs to be Done?
Upgrade CLI11 library to the latest version and make sure that it works with C++17.
The text was updated successfully, but these errors were encountered: