-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Updates Conan dependencies: Boost #5264
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #5264 +/- ##
=========================================
Coverage ? 78.8%
=========================================
Files ? 814
Lines ? 71259
Branches ? 8342
=========================================
Hits ? 56162
Misses ? 15097
Partials ? 0
🚀 New features to boost your workflow:
|
I investigated the link error due to duplicate definition of
I think the last option is probably best. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
High Level Overview of Change
This PR updates Boost to version 1.86.0. Only minor changes were necessary to the code.
Context of Change
Dependency scanning revealed that current dependencies are out of date. Updating dependencies allows us to take advantage of bug fixes, new features, and/or security improvements.
Type of Change