cgal/BGL/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
..
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
boost/graph Replace boost::mpl (#7813) 2023-12-26 17:33:36 +01:00
draw_face_graph.h Merge branch 'master' into dev/drawGraphColor 2023-01-19 14:37:45 +01:00