cgal/Stream_support/include/CGAL
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
..
IO Replace boost::mpl (#7813) 2023-12-26 17:33:36 +01:00
Stream_support/internal boost::shared_ptr => std::shared_ptr 2023-06-15 10:57:01 +02:00