cgal/AABB_tree
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/AABB_tree Uniformize REQUIRED / QUIET usage: 2022-09-06 16:24:27 +02:00
demo/AABB_tree fix warning 2023-11-22 13:11:28 +01:00
doc/AABB_tree Merge branch 'master' into feature/issue_7395 2023-08-18 11:10:42 +02:00
examples/AABB_tree boost::variant ---> std::variant 2023-06-15 10:57:10 +02:00
include/CGAL replace boost::mpl::and_ 2023-11-10 16:19:26 +01:00
package_info/AABB_tree Merge branch 'cgal/releases/CGAL-4.14-branch' 2020-03-26 13:28:46 +01:00
test/AABB_tree Merge remote-tracking branch 'sloriot/CGAL-using_c++17_stl' into HEAD 2023-07-05 11:29:35 +02:00