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

[index] Fix and improve rtree experimental features #1042

Merged
merged 1 commit into from Jul 20, 2022

Conversation

awulkiew
Copy link
Member

@awulkiew awulkiew commented Jul 19, 2022

Fix access specifier preventing use of experimental iterators.
Allow more granular control over enabled experimental features.

Fix access specifier preventing use of experimental iterators.
Allow more granular control over enabled experimental features.
Copy link

@jwillikers jwillikers left a comment

Choose a reason for hiding this comment

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

Works great for me! By defining BOOST_GEOMETRY_INDEX_DETAIL_EXPERIMENTAL_ITERATORS, I also don't have to include Boost Serialization.

jwillikers added a commit to jwillikers/conan-center-index that referenced this pull request Jul 19, 2022
The patch is taken from a fix applied upstream in Boost Geometry.
See boostorg/geometry#1042 for details.
@awulkiew awulkiew added this to the 1.80 milestone Jul 20, 2022
@awulkiew awulkiew merged commit b354162 into boostorg:develop Jul 20, 2022
jwillikers added a commit to jwillikers/conan-center-index that referenced this pull request Jul 23, 2022
The patch is taken from a fix applied upstream in Boost Geometry.
See boostorg/geometry#1042 for details.
conan-center-bot pushed a commit to conan-io/conan-center-index that referenced this pull request Jul 27, 2022
…thout RTTI

* boost/1.79.0: Add patch to enable building Boost Geometry without RTTI

The patch is taken from a fix applied upstream in Boost Geometry.
See boostorg/geometry#1042 for details.

* Add patch metadata

* Add newline

* Shave off a little bit of recipe size

* Reduce size of patch?

* Revert "Reduce size of patch?"

This reverts commit 3cd1b81.

* Revert "Add newline"

This reverts commit 9f79310.

* Just revert patch file completely

* Remove Boost 1.69.0 to reduce the size of the recipe

* Revert "Just revert patch file completely"

This reverts commit 904f0ff.

* Revert "Revert "Add newline""

This reverts commit 904633f.

* Revert "Shave off a little bit of recipe size"

This reverts commit 77028c2.

* Remove 1.69.0 from config.yml

* Remove patch_description

* Use apply_conandata_patches method to apply patches

* Use cross_building function from conan.tools.build namespace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants