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

Remove Boost.Assign usages. #416

Merged

Conversation

gogagum
Copy link
Contributor

@gogagum gogagum commented Feb 5, 2025

Boost.Assign is not needed C++14 code. This PR removes this library usages. It is also suggested to use std::vector std::initializer_list constructor instead of series of push_back calls in test/two_graphs_common_spanning_trees_test.cpp.

Copy link
Contributor

@jeremy-murphy jeremy-murphy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for a tidy improvement to the code! Just waiting for the tests to run.

@jeremy-murphy jeremy-murphy merged commit 84eaec8 into boostorg:develop Feb 10, 2025
22 checks passed
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