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

Typos in the Ref. Man. of CGAL and the Boost Graph Library #8720

Open
efifogel opened this issue Jan 28, 2025 · 2 comments · May be fixed by #8722
Open

Typos in the Ref. Man. of CGAL and the Boost Graph Library #8720

efifogel opened this issue Jan 28, 2025 · 2 comments · May be fixed by #8722

Comments

@efifogel
Copy link
Member

Issue Details

boost::graph_traits<FaceListGraph>::face_size_type num_faces(...)
should be
boost::graph_traits<FaceListGraph>::faces_size_type num_faces(...)

boost::graph_traits<HalfedgeListGraph>::halfedge_size_type num_halfedges(...)
should be
boost::graph_traits<HalfedgeListGraph>::halfedges_size_type num_halfedges(...)

Source Code

Environment

  • Operating system (Windows/Mac/Linux, 32/64 bits):
  • Compiler:
  • Release or debug mode:
  • Specific flags used (if any):
  • CGAL version: latest
  • Boost version:
  • Other libraries versions if used (Eigen, TBB, etc.):
@MaelRL MaelRL self-assigned this Jan 28, 2025
@MaelRL MaelRL added this to the 5.6.3 milestone Jan 28, 2025
@MaelRL MaelRL linked a pull request Jan 28, 2025 that will close this issue
@richochetclementine1315

This comment has been minimized.

@MaelRL MaelRL linked a pull request Feb 7, 2025 that will close this issue
@richochetclementine1315
Copy link

richochetclementine1315 commented Feb 7, 2025

can I take up the issue or is it already solved?? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants