cgal/Polygon_mesh_processing
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
..
benchmark/Polygon_mesh_processing
doc/Polygon_mesh_processing Merge pull request #7614 from sloriot/PMP-BF_autorefine 2023-12-26 12:11:04 +01:00
examples/Polygon_mesh_processing Merge pull request #7614 from sloriot/PMP-BF_autorefine 2023-12-26 12:11:04 +01:00
include/CGAL Replace boost::mpl (#7813) 2023-12-26 17:33:36 +01:00
package_info/Polygon_mesh_processing
test/Polygon_mesh_processing Merge pull request #7614 from sloriot/PMP-BF_autorefine 2023-12-26 12:11:04 +01:00