cgal/Arrangement_on_surface_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 boost::any ==> std::any 2023-06-15 10:57:09 +02:00
demo/Arrangement_on_surface_2 fix the Arrangement demo 2023-11-01 21:17:19 +01:00
doc/Arrangement_on_surface_2 Merge pull request #7841 from efifogel/Aos_2-fixes-efif 2023-11-29 17:23:18 +01:00
examples/Arrangement_on_surface_2 Merge pull request #7841 from efifogel/Aos_2-fixes-efif 2023-11-29 17:23:18 +01:00
include/CGAL Replace boost::mpl (#7813) 2023-12-26 17:33:36 +01:00
package_info/Arrangement_on_surface_2 add missing dependency 2022-07-25 13:27:01 +02:00
test/Arrangement_on_surface_2 Replace boost::mpl (#7813) 2023-12-26 17:33:36 +01:00
TODO Fix typos 2019-05-20 08:54:04 +02:00