cgal/Algebraic_foundations
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/Algebraic_foundations Fix AlgebraicFoundations 2023-10-17 14:57:31 +01:00
examples/Algebraic_foundations remove extra parenthesis 2023-06-19 19:17:49 +02:00
include/CGAL boost::mpl::if_ -> std::conditional 2023-09-24 22:57:20 +02:00
package_info/Algebraic_foundations Commit all new dependencies files 2018-03-06 18:44:48 +01:00
test/Algebraic_foundations remove extra parenthesis 2023-06-19 19:17:49 +02:00