mirror of https://github.com/CGAL/cgal
Remove boost bind header
This commit is contained in:
parent
909bbbfe6a
commit
2b31cd4f68
|
|
@ -36,7 +36,6 @@
|
|||
#include <CGAL/Search_traits_adapter.h>
|
||||
|
||||
#include <boost/function.hpp>
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/iterator/iterator_facade.hpp>
|
||||
#include <boost/range/iterator_range.hpp>
|
||||
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ void naive_vs_accelerated(std::size_t dataset_size) {
|
|||
Point octree_nearest = *generator;
|
||||
auto octree_start_time = high_resolution_clock::now();
|
||||
{
|
||||
|
||||
// TODO: Write a nearest-neighbor implementation and use it here
|
||||
}
|
||||
duration<float> octree_elapsed_time = high_resolution_clock::now() - octree_start_time;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue