cgal/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
..
applications/Triangulation_2
benchmark/Triangulation_2
doc/Triangulation_2 Merge remote-tracking branch 'cgal/master' into CGAL-Qt6-GF 2023-11-01 20:59:44 +01:00
examples/Triangulation_2 The Truiangulation_2/examples which use draw() compile and visualize but have an assertion in a QMap 2023-04-19 14:27:45 +01:00
include/CGAL Replace boost::mpl (#7813) 2023-12-26 17:33:36 +01:00
package_info/Triangulation_2
test/Triangulation_2 Patch usage of BUILD_TESTING to handle the case that CGAL is a subproject. 2023-11-02 18:09:03 +00:00
TODO spelling corrections 2022-11-16 13:22:39 +01:00