cgal/Generalized_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/Generalized_map issue #7764 Reference to moka modeller 2023-10-09 17:24:27 +02:00
examples/Generalized_map Examples for insert between two different 2-cells 2023-06-23 08:22:00 +02:00
include/CGAL boost::mpl::if_ -> std::conditional 2023-09-24 22:57:20 +02:00
package_info/Generalized_map Fix a number of copyright-related issues 2023-03-13 09:57:03 +01:00
test/Generalized_map Start to reintroduce last master modifications 2023-04-26 10:17:58 +02:00