cgal/Polygon_mesh_processing/include/CGAL
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
..
Polygon_mesh_processing Replace boost::mpl (#7813) 2023-12-26 17:33:36 +01:00
Surface_mesh_simplification/Policies/Edge_collapse Merge remote-tracking branch 'sloriot/CGAL-using_c++17_stl' into HEAD 2023-07-05 11:29:35 +02:00
Polygon_mesh_slicer.h boost::mpl::if_ -> std::conditional 2023-09-24 22:57:20 +02:00
Polyhedral_envelope.h boost::optional => std::optional 2023-06-15 10:57:09 +02:00
Rigid_triangle_mesh_collision_detection.h Merge branch 'master' into HEAD 2023-06-22 14:05:45 +02:00
Side_of_triangle_mesh.h boost::optional => std::optional 2023-06-15 10:57:09 +02:00
polygon_mesh_processing.h PMP: Remove doc of deprecated code 2023-10-19 13:36:45 +01:00