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

add flag for boost library #98

Merged
merged 3 commits into from
Sep 17, 2024
Merged

add flag for boost library #98

merged 3 commits into from
Sep 17, 2024

Conversation

stephprince
Copy link
Collaborator

@stephprince stephprince commented Sep 11, 2024

It seems Boost versions <1.80 were using std::unary_function which is no longer provided in C++17. This led to compilation errors when using an older boost version.

Edit: we can instruct Boost to avoid using deprecated functions in the cmake file to avoid setting a boost minimum requirement

@stephprince stephprince changed the title update boost minimum requirement add flag for boost library Sep 11, 2024
@stephprince stephprince marked this pull request as ready for review September 11, 2024 21:26
@stephprince stephprince requested a review from oruebel September 11, 2024 21:26
@stephprince stephprince merged commit 5c37c40 into main Sep 17, 2024
9 checks passed
@stephprince stephprince deleted the update-boost-min-req branch September 17, 2024 00:03
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.

2 participants