cgal/Periodic_3_mesh_3
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/Periodic_3_mesh_3 issue #7395 Improvement of layout of model relations 2023-07-18 13:23:37 +02:00
examples/Periodic_3_mesh_3 P3M3 always needs to Eigen now 2023-03-23 14:46:31 +01:00
include/CGAL undo bad change 2023-11-07 09:15:18 +01:00
package_info/Periodic_3_mesh_3 Fix dependencies 2022-09-21 14:38:09 +02:00
test/Periodic_3_mesh_3 shape criterion renamed 2023-11-24 11:16:05 +01:00