cgal/Periodic_3_triangulation_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/Periodic_3_triangulation_3 extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
demo Merge remote-tracking branch 'cgal/master' into CGAL-Qt6-GF 2023-11-01 20:59:44 +01:00
doc/Periodic_3_triangulation_3 issue #7395 Improvement of layout of model relations 2023-07-18 13:23:37 +02:00
examples/Periodic_3_triangulation_3 Massive update of CMake policies to version 3.23 2022-05-06 09:34:35 +02:00
include/CGAL boost::mpl::if_ -> std::conditional 2023-09-24 22:57:20 +02:00
package_info/Periodic_3_triangulation_3 remove artificial dependency to Polygon 2021-09-01 16:41:36 +02:00
test/Periodic_3_triangulation_3 Add unique simplex iterators 2023-07-07 02:04:01 +02:00