cgal/Combinatorial_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/Combinatorial_map issue #7764 Reference to moka modeller 2023-10-09 17:24:27 +02:00
examples/Combinatorial_map add an example for cmap insert cell 1 between two cells 2 2023-06-21 15:32:58 +02:00
include/CGAL Replace boost::mpl (#7813) 2023-12-26 17:33:36 +01:00
package_info/Combinatorial_map Fix a number of copyright-related issues 2023-03-13 09:57:03 +01:00
test/Combinatorial_map Start to reintroduce last master modifications 2023-04-26 10:17:58 +02:00