cgal/Straight_skeleton_2
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/Straight_skeleton_2 Merge remote-tracking branch 'sloriot/CGAL-toward_6.0' 2023-06-15 11:34:09 +02:00
doc/Straight_skeleton_2 Merge branch 'master' into feature/issue_7395 2023-08-18 11:10:42 +02:00
examples/Straight_skeleton_2 Add a convenience IO header 2023-12-12 09:39:35 +01:00
include/CGAL boost::mpl::if_ -> std::conditional 2023-09-24 22:57:20 +02:00
package_info/Straight_skeleton_2 spelling corrections 2022-11-16 13:22:39 +01:00
test/Straight_skeleton_2 Merge branch 'master' into CGAL-Qt6-GF 2023-09-14 17:40:05 +02:00
TODO