You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.):
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: