cgal/Filtered_kernel
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/Filtered_kernel Remove UseCGAL.cmake 2023-09-14 17:32:55 +02:00
developer_scripts
examples/Filtered_kernel
include/CGAL Replace boost::mpl (#7813) 2023-12-26 17:33:36 +01:00
package_info/Filtered_kernel
test/Filtered_kernel boost::variant ---> std::variant 2023-06-15 10:57:10 +02:00
TODO Merge branch 'master' into feature/bug_documentation_spell_20221113 2022-12-06 22:21:06 +01:00