cgal/Number_types
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/Number_types Remove double defgroup definition 2023-10-11 10:39:04 +02:00
include/CGAL replace boost::mpl::and_ 2023-11-10 16:19:26 +01:00
package_info/Number_types
test/Number_types Merge branch 'master' into CGAL-add_missing_test 2023-07-12 15:48:42 +02:00
TODO