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

something wrong with create_weighted_straight_skeleton_2.h #8686

Open
RaTiaw opened this issue Jan 10, 2025 · 0 comments · May be fixed by #8688 or #8690
Open

something wrong with create_weighted_straight_skeleton_2.h #8686

RaTiaw opened this issue Jan 10, 2025 · 0 comments · May be fixed by #8688 or #8690

Comments

@RaTiaw
Copy link

RaTiaw commented Jan 10, 2025

Issue Details

file: create_weighted_straight_skeleton_2.h
line: 81
it seems like "typename Weights" in the template should be removed

Source Code

            skeleton = CGAL::create_interior_weighted_straight_skeleton_2(
                outer_contour.begin(),
                outer_contour.end(),
                holes.begin(),
                holes.end(),
                outerWeights.begin(),
                outerWeights.end(),
                holeWeights.begin(),
                holeWeights.end(),
            );

C2672: No matching overloaded function found.

Environment

  • Operating system (Windows/Mac/Linux, 32/64 bits): Windows
  • Compiler: MSVC 14.3
  • Release or debug mode: debug
  • Specific flags used (if any):
  • CGAL version: 6.0.8
  • Boost version:
  • Other libraries versions if used (Eigen, TBB, etc.):
@MaelRL MaelRL self-assigned this Jan 10, 2025
@MaelRL MaelRL added the Bug label Jan 10, 2025
@MaelRL MaelRL added this to the 5.6.3 milestone Jan 10, 2025
@MaelRL MaelRL linked a pull request Jan 14, 2025 that will close this issue
2 tasks
@MaelRL MaelRL linked a pull request Jan 15, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment