cgal/Property_map
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/Property_map extra run of the script to remove tabs and trailing whitespaces 2020-03-26 19:39:09 +01:00
examples/Property_map Misc minor fixes/improvements 2022-09-14 14:08:23 +02:00
include/CGAL Replace boost::mpl (#7813) 2023-12-26 17:33:36 +01:00
package_info/Property_map Fix dependencies 2019-10-31 14:46:34 +01:00
test/Property_map Misc minor fixes/improvements 2022-09-14 14:08:23 +02:00