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 missing headers and remove unused typedefs #1243

Closed
wants to merge 1 commit into from

Conversation

vissarion
Copy link
Member

fixes failing CI header tests (and removes some unused typedefs appeared as warnings)

@@ -18,6 +18,8 @@
#ifndef BOOST_GEOMETRY_ALGORITHMS_DETAIL_WITHIN_WITHIN_NO_TURNS_HPP
#define BOOST_GEOMETRY_ALGORITHMS_DETAIL_WITHIN_WITHIN_NO_TURNS_HPP

#include <boost/type_traits/is_base_of.hpp>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Sorry, I had not seen this PR before.
And I tackled the same problem because I got a mail that my merge was red.

I think this line is not the right fix - we use it from std now (in several other places)

@@ -16,6 +16,7 @@

#include <boost/rational.hpp>
#include <boost/numeric/conversion/bounds.hpp>
#include <boost/numeric/conversion/converter.hpp>
Copy link
Collaborator

Choose a reason for hiding this comment

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

So indeed this fixed it.
I fixed it in another way (again, because I didn't notice this earlier, sorry) and I think it is a better fix. See #1246

@barendgehrels
Copy link
Collaborator

I see this PR is already 2 weeks old. My bad for not reviewing of course.
But I think a CI fix should get some priority - feel free to poke such a thing, or even merge unreviewed

@vissarion
Copy link
Member Author

Closing as duplicate of #1246

@vissarion vissarion closed this Feb 26, 2024
@vissarion vissarion added this to the 1.85 milestone Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants