cgal/Spatial_searching
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/Spatial_searching Merge branch 'master' into CGAL-Clean_CMakeLists.txt-GF 2023-01-27 22:09:02 +01:00
doc/Spatial_searching Spatial Searching: Add example storing triangulation vertices 2023-11-27 12:51:20 +00:00
examples/Spatial_searching Adress warning 2023-12-01 11:20:12 +00:00
include/CGAL boost::mpl::if_ -> std::conditional 2023-09-24 22:57:20 +02:00
package_info/Spatial_searching Commit all new dependencies files 2018-03-06 18:44:48 +01:00
test/Spatial_searching Merge pull request #6880 from soesau/PMP-tests_only_for_epeck-soesau 2023-01-27 21:02:26 +01:00
TODO use a uniform name for TODO files 2017-11-16 17:10:05 +01:00