cgal/Periodic_2_triangulation_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
..
doc/Periodic_2_triangulation_2 Merge branch 'master' into CGAL-Qt6-GF 2023-09-14 17:40:05 +02:00
examples/Periodic_2_triangulation_2 Merge branch 'master' into CGAL-Qt6-GF 2023-07-18 10:49:58 +02:00
include/CGAL replace boost::mpl::and_ 2023-11-10 16:19:26 +01:00
package_info/Periodic_2_triangulation_2 remove artificial dependency to Polygon 2021-09-01 16:41:36 +02:00
test/Periodic_2_triangulation_2 Misc fixes 2023-07-07 02:09:35 +02:00