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

Adapt code to C++17 standards #90

Open
parham-k opened this issue Apr 26, 2023 · 0 comments
Open

Adapt code to C++17 standards #90

parham-k opened this issue Apr 26, 2023 · 0 comments

Comments

@parham-k
Copy link
Member

btllib is implemented with C++11 standards. Compiling with C++17 (e.g., for argparse used in randseq) causes clang-tidy to raise errors. Currently, we compile randseq with C++17 and the rest of btllib with C++11, but it'd be better if we refactor the library with C++17 standards in mind.

@parham-k parham-k mentioned this issue Apr 26, 2023
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

1 participant