cgal/Stream_support
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
..
benchmark/Stream_support Purge CMakeLists.txts from obsolete code / noise 2022-09-06 16:19:11 +02:00
doc/Stream_support Stream_support: Add read_VTK() (#7826) 2023-12-18 13:15:31 +01:00
examples/Stream_support Massive update of CMake policies to version 3.23 2022-05-06 09:34:35 +02:00
include/CGAL Replace boost::mpl (#7813) 2023-12-26 17:33:36 +01:00
package_info/Stream_support add misisng dependency 2021-05-12 16:29:05 +02:00
test/Stream_support remove CGAL_static_assertion* 2023-06-15 10:42:10 +02:00