cgal/SMDS_3
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/SMDS_3 Merge remote-tracking branch 'cgal/master' into SMDS_3-Fix_stack-GF 2023-09-07 15:59:04 +02:00
examples/SMDS_3 De-compactify Simplicial_mesh_cell_base_3 2023-07-19 22:35:28 +02:00
include/CGAL boost::mpl::if_ -> std::conditional 2023-09-24 22:57:20 +02:00
package_info/SMDS_3 Fix dependencies 2022-09-21 14:38:09 +02:00
test/SMDS_3 Merge pull request #7838 from janetournois/SMDS_3-delete_test_output-jtournois 2023-11-15 15:44:17 +01:00