cgal/Mesh_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
..
benchmark/Mesh_3 boost::mpl::if_ -> std::conditional 2023-09-24 22:57:20 +02:00
doc/Mesh_3 issue #7767 Problem with the documenation of Mesh_3 2023-10-09 16:03:49 +02:00
examples/Mesh_3 Merge remote-tracking branch 'cgal/master' into Installation-ITK-jtournois 2023-11-24 10:50:26 +01:00
include/CGAL Replace boost::mpl (#7813) 2023-12-26 17:33:36 +01:00
package_info/Mesh_3 reorder dependencies 2022-06-08 22:57:25 +02:00
test/Mesh_3 Merge pull request #7844 from janetournois/Mesh_3-remove_unused_criteria-GF 2023-12-11 13:56:26 +01:00
TODO