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

Various minor improvements #1202

Merged

Conversation

barendgehrels
Copy link
Collaborator

Fixes issue #1169
Adds unit tests for issue #1138 which was already fixed
Adds unit test for issue #1103 which was already fixed
Adds comments for epsilon as suggested by @vissarion
And some stylistic issues (const placements, includes)

@@ -27,6 +27,7 @@
#include <boost/range/begin.hpp>
#include <boost/range/end.hpp>
#include <boost/range/value_type.hpp>
#include <boost/range/size.hpp>
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

After updating Boost to the most recent develop on my notebook (because of swap), this missing include was problematic for some unit tests, which is the reason why I checked all usages.

Copy link
Member

@vissarion vissarion Sep 25, 2023

Choose a reason for hiding this comment

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

indeed, this is caught by github actions too, which is still failing after the modifications of this PR.

Copy link
Member

@vissarion vissarion left a comment

Choose a reason for hiding this comment

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

Thanks! I am OK in general but I think it's worth it to fix the missing header issue.

@barendgehrels
Copy link
Collaborator Author

Thanks! I am OK in general but I think it's worth it to fix the missing header issue.

For me it did not fail. But I added the include there too and it should now be fine. Thank you.

@barendgehrels
Copy link
Collaborator Author

Now all tests pass. @vissarion could you approve?

Copy link
Member

@vissarion vissarion left a comment

Choose a reason for hiding this comment

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

Sure, thanks!

@barendgehrels barendgehrels merged commit 3f5c044 into boostorg:develop Sep 29, 2023
23 checks passed
@vissarion vissarion added this to the 1.84 milestone Dec 4, 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

Successfully merging this pull request may close these issues.

2 participants