cgal/STL_Extension
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 Misc minor fixes/improvements 2022-09-14 14:08:23 +02:00
doc/STL_Extension Merge branch 'master' into feature/issue_7395 2023-08-18 11:10:42 +02:00
examples/STL_Extension boost::variant ---> std::variant 2023-06-15 10:57:10 +02:00
include/CGAL Replace boost::mpl (#7813) 2023-12-26 17:33:36 +01:00
package_info/STL_Extension Commit all new dependencies files 2018-03-06 18:44:48 +01:00
test/STL_Extension Merge branch 'master' into 'sloriot/CGAL-using_c++17_stl' 2023-08-14 14:19:25 +02:00