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

Fix build with CGAL 5.6 (again) #6439

Merged
merged 1 commit into from
Aug 18, 2024
Merged

Conversation

andir
Copy link
Contributor

@andir andir commented Aug 12, 2024

Description

Surface_mesh iterators no longer return references, so it's necessary to use const references or copies when iterating.

This was previously merged in #3045 but isn't references in the current main branch any more. No idea where why it is gone, but the issue still persists thus the patch should still be added.

Surface_mesh iterators no longer return references, so it's necessary to
use const references or copies when iterating.

This was previously merged in SoftFever#3045 but isn't references in the
current main branch anymore. No idea where why it is gone, but the issue
still persists thus the patch should still be added.
Copy link
Owner

@SoftFever SoftFever left a comment

Choose a reason for hiding this comment

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

LGTM
Thank you!

@SoftFever SoftFever merged commit bf956df into SoftFever:main Aug 18, 2024
henrivdr pushed a commit to henrivdr/OrcaSlicer that referenced this pull request Aug 18, 2024
* Fix build with CGAL 5.6

Surface_mesh iterators no longer return references, so it's necessary to
use const references or copies when iterating.

This was previously merged in SoftFever#3045 but isn't references in the
current main branch anymore. No idea where why it is gone, but the issue
still persists thus the patch should still be added.
@andir andir deleted the fix-cgal-error branch August 18, 2024 10:25
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.

3 participants