-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Aos 2 fixes efif #8666
base: master
Are you sure you want to change the base?
Aos 2 fixes efif #8666
Conversation
…so that it can be applied to arrangements on a sphere
|
Fixed. (I assume it happens on Windows, or at least, not on my platform,
but it turns out that this construct is not used at all, so I simply
removed it...)
Please test again. Thank you.
____ _ ____ _
/_____/_) o /__________ __ //
(____ ( ( ( (_/ (_/-(-'_(/
_/
…On Wed, 18 Dec 2024 at 14:13, Sebastien Loriot ***@***.***> wrote:
/home/runner/work/cgal/cgal/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_landmarks_pl_impl.h:28:8: error: redefinition of default argument for ‘class<template-parameter-1-2>’
28 | struct has_is_on_x_identification_2 : std::false_type {};
—
Reply to this email directly, view it on GitHub
<#8666 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABVBNOCFSESVOID25ZNLX3T2GFRH3AVCNFSM6AAAAABTZJYKJGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNJRGE3DMNJQGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
…perates on x-monotone curves
@efifogel https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-6.1-Ic-59/Arrangement_on_surface_2/TestReport_Christo_MSVC2017-Debug-64bits.gz Could you please look at the errors and let me know if you think it can be related to your changes? |
Yes, it's the Aos_2 code.
I pushed a possible fix.
Please test.
____ _ ____ _
/_____/_) o /__________ __ //
(____ ( ( ( (_/ (_/-(-'_(/
_/
…On Thu, 9 Jan 2025 at 19:55, Sebastien Loriot ***@***.***> wrote:
@efifogel <https://github.com/efifogel>
here are platforms failing that could be related to this PR.
https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-6.1-Ic-59/Arrangement_on_surface_2/TestReport_Christo_MSVC2017-Debug-64bits.gz
https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-6.1-Ic-59/Arrangement_on_surface_2_Examples/TestReport_Christo_MSVC2017-Debug-64bits.gz
Could you please look at the errors and let me know if you think it can be
related to your changes?
—
Reply to this email directly, view it on GitHub
<#8666 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABVBNODZ7OD6JJDKIE4QVXD2J2Z2LAVCNFSM6AAAAABTZJYKJGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOBQHEZTAMRUHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Fixed the Landmark point-location strategy of the Aos_2 package, so that it can be applied to arrangements on a sphere.
The title says it all.
I slightly changed one paragraph in the user manual.
Here is the new version:
The arrangement attached to the landmark strategy must be either (i) an instance of the
Arrangement_2]<Geom,Dcel>
class template, where theTraits
parameter is substituted by a geometry-traits class that models theArrangementLandmarkTraits_2
concept, or (ii) an instance of theArrangement_on_surface_2<GeomTraits,TopolTraits>
class template, where theGeometryTraits
is similarly substituted; see Section The Landmark Concept for details about this concept.Release Management