cgal/BGL/include/CGAL/boost/graph
Sebastien Loriot caecbe29c7
Replace boost::mpl (#7813)
- `boost::mpl::if_` --> `std::conditional`
- `boost::enable_if` -> `std::enable_if`
- `boost::mpl::and_` -> `&&`
- `boost::mpl::or_` -> `||`
- `boost::constant::bool_` -> `std::bool_constant`
- ...
2023-12-26 17:33:36 +01:00
..
IO Swap the contents of CGAL/IO/polygon_mesh_io.h and CGAL/BGL/IO/polygon_mesh_io.h 2023-12-13 09:58:06 +01:00
METIS
internal boost::mpl::if_ -> std::conditional 2023-09-24 22:57:20 +02:00
Dual.h issue #7395 Improvement of layout of model relations 2023-07-09 12:43:36 +02:00
Euler_operations.h Merge pull request #6605 from sloriot/PMP-snap_no_deg_faces_created 2023-05-30 19:15:30 +02:00
Face_filtered_graph.h Merge pull request #7576 from albert-github/feature/issue_7395 2023-09-07 10:48:34 +02:00
Graph_with_descriptor_with_graph.h issue #7395 Improvement of layout of model relations 2023-07-09 12:43:36 +02:00
Graph_with_descriptor_with_graph_fwd.h
Seam_mesh.h issue #7395 Improvement of layout of model relations 2023-07-09 12:43:36 +02:00
alpha_expansion_graphcut.h
backward_compatibility_functions.h
breadth_first_search.h
copy_face_graph.h Merge 'sloriot/CGAL-std_type_traits' into master 2022-08-03 20:19:51 +02:00
generators.h Use is_valid_*_descriptor 2022-10-04 22:22:40 +02:00
graph_concepts.h
graph_traits_OpenMesh.h
graph_traits_PolyMesh_ArrayKernelT.h Http -> https + update some dead links 2022-11-23 18:54:37 +01:00
graph_traits_Seam_mesh.h
graph_traits_TriMesh_ArrayKernelT.h Http -> https + update some dead links 2022-11-23 18:54:37 +01:00
graph_traits_inheritance_macros.h
halfedge_graph_traits.h
helpers.h Add a generic, empty collect_garbage(Graph) 2023-10-13 10:53:11 +02:00
io.h
iterator.h issue #7395 Improvement of layout of model relations 2023-07-09 12:43:36 +02:00
kruskal_min_spanning_tree.h
named_params_helper.h fix compilation issues 2023-11-06 11:43:29 +01:00
partition.h
prim_minimum_spanning_tree.h
properties.h fix compilation issues 2023-11-06 11:43:29 +01:00
properties_OpenMesh.h boost::mpl::if_ -> std::conditional 2023-09-24 22:57:20 +02:00
properties_PolyMesh_ArrayKernelT.h
properties_Seam_mesh.h
properties_TriMesh_ArrayKernelT.h
property_maps.h boost::mpl::if_ -> std::conditional 2023-09-24 22:57:20 +02:00
selection.h Merge pull request #7056 from MaelRL/BGL-Clarify_pmap_value_type-GF 2022-11-25 10:15:02 +01:00
split_graph_into_polylines.h
visitor.h boost::reference_wrapper ---> std::reference_wrapper 2023-04-29 08:35:13 +02:00