cgal/BGL
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
..
doc/BGL 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
examples Add a convenience IO header 2023-12-12 09:39:35 +01:00
include/CGAL Replace boost::mpl (#7813) 2023-12-26 17:33:36 +01:00
package_info/BGL Try to remove Filtered_kernel from the dependencies of BGL 2021-01-11 14:11:30 +01:00
test/BGL Merge pull request #7880 from sloriot/BGL-workaround_clang18_error 2023-11-29 17:18:47 +01:00