mirror of https://github.com/CGAL/cgal
Merge pull request #2475 from sgiraudot/Fix_counting_iterator_warning_everywhere-GF
Fix counting iterator warnings
This commit is contained in:
commit
8f46324806
|
|
@ -33,7 +33,7 @@
|
|||
#include <CGAL/boost/graph/named_function_params.h>
|
||||
|
||||
#include <boost/graph/graph_concepts.hpp>
|
||||
#include <boost/iterator/counting_iterator.hpp>
|
||||
#include <CGAL/boost/iterator/counting_iterator.hpp>
|
||||
#include <CGAL/Arrangement_on_surface_2.h>
|
||||
#include <CGAL/Arrangement_2.h>
|
||||
#include <CGAL/Arr_accessor.h>
|
||||
|
|
|
|||
|
|
@ -425,7 +425,7 @@ public:
|
|||
} //namespace CGAL
|
||||
|
||||
#include <boost/graph/graph_concepts.hpp>
|
||||
#include <boost/iterator/counting_iterator.hpp>
|
||||
#include <CGAL/boost/iterator/counting_iterator.hpp>
|
||||
|
||||
namespace boost {
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
|
||||
#include <CGAL/convex_hull_2.h>
|
||||
#include <CGAL/convex_hull_traits_2.h>
|
||||
#include <boost/iterator/counting_iterator.hpp>
|
||||
#include <CGAL/boost/iterator/counting_iterator.hpp>
|
||||
|
||||
#include <boost/foreach.hpp>
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
#include <CGAL/number_utils.h>
|
||||
#include <CGAL/NewKernel_d/store_kernel.h>
|
||||
#include <boost/iterator/transform_iterator.hpp>
|
||||
#include <boost/iterator/counting_iterator.hpp>
|
||||
#include <CGAL/boost/iterator/counting_iterator.hpp>
|
||||
namespace CGAL {
|
||||
template <class R_> class Hyperplane {
|
||||
typedef typename Get_type<R_, FT_tag>::type FT_;
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
#ifndef CGAL_KD_TYPE_SPHERE_H
|
||||
#define CGAL_KD_TYPE_SPHERE_H
|
||||
#include <CGAL/NewKernel_d/store_kernel.h>
|
||||
#include <boost/iterator/counting_iterator.hpp>
|
||||
#include <CGAL/boost/iterator/counting_iterator.hpp>
|
||||
namespace CGAL {
|
||||
template <class R_> class Sphere {
|
||||
typedef typename Get_type<R_, FT_tag>::type FT_;
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
#ifndef CGAL_KD_TYPE_WP_H
|
||||
#define CGAL_KD_TYPE_WP_H
|
||||
#include <CGAL/NewKernel_d/store_kernel.h>
|
||||
#include <boost/iterator/counting_iterator.hpp>
|
||||
#include <CGAL/boost/iterator/counting_iterator.hpp>
|
||||
namespace CGAL {
|
||||
namespace KerD {
|
||||
template <class R_> class Weighted_point {
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
#include <sstream>
|
||||
|
||||
//boost --------------
|
||||
#include <boost/iterator/counting_iterator.hpp>
|
||||
#include <CGAL/boost/iterator/counting_iterator.hpp>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/make_shared.hpp>
|
||||
//---------------------
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
#include <CGAL/Polygon_mesh_processing/bbox.h>
|
||||
#include <CGAL/Polygon_mesh_processing/distance.h>
|
||||
#include <CGAL/Polygon_mesh_processing/compute_normal.h>
|
||||
#include <boost/iterator/counting_iterator.hpp>
|
||||
#include <CGAL/boost/iterator/counting_iterator.hpp>
|
||||
#include <CGAL/Search_traits_3.h>
|
||||
#include <CGAL/Spatial_sort_traits_adapter_3.h>
|
||||
#include <CGAL/property_map.h>
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
|
||||
#include <CGAL/assertions.h>
|
||||
|
||||
#include <boost/iterator/counting_iterator.hpp>
|
||||
#include <CGAL/boost/iterator/counting_iterator.hpp>
|
||||
#include <boost/iterator/transform_iterator.hpp>
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@
|
|||
#include <CGAL/spatial_sort.h>
|
||||
#include <CGAL/Spatial_sort_traits_adapter_2.h>
|
||||
|
||||
#include <boost/iterator/counting_iterator.hpp>
|
||||
#include <CGAL/boost/iterator/counting_iterator.hpp>
|
||||
|
||||
/*
|
||||
Conventions:
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
#include <cmath>
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <boost/iterator/counting_iterator.hpp>
|
||||
#include <CGAL/boost/iterator/counting_iterator.hpp>
|
||||
|
||||
|
||||
typedef CGAL::Simple_cartesian<double> Kernel;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#include <CGAL/Search_traits_adapter.h>
|
||||
#include <CGAL/point_generators_3.h>
|
||||
#include <CGAL/Orthogonal_k_neighbor_search.h>
|
||||
#include <boost/iterator/counting_iterator.hpp>
|
||||
#include <CGAL/boost/iterator/counting_iterator.hpp>
|
||||
#include <utility>
|
||||
|
||||
typedef CGAL::Exact_predicates_inexact_constructions_kernel Kernel;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#include <CGAL/Search_traits_adapter.h>
|
||||
#include <CGAL/point_generators_3.h>
|
||||
#include <CGAL/Orthogonal_k_neighbor_search.h>
|
||||
#include <boost/iterator/counting_iterator.hpp>
|
||||
#include <CGAL/boost/iterator/counting_iterator.hpp>
|
||||
#include <utility>
|
||||
|
||||
typedef CGAL::Exact_predicates_inexact_constructions_kernel Kernel;
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
#include <CGAL/spatial_sort.h>
|
||||
#include <CGAL/Spatial_sort_traits_adapter_3.h>
|
||||
#include <vector>
|
||||
#include <boost/iterator/counting_iterator.hpp>
|
||||
#include <CGAL/boost/iterator/counting_iterator.hpp>
|
||||
|
||||
typedef CGAL::Simple_cartesian<double> Kernel;
|
||||
typedef Kernel::Point_3 Point_3;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#include <CGAL/Cartesian_d.h>
|
||||
#include <CGAL/spatial_sort.h>
|
||||
#include <CGAL/Spatial_sort_traits_adapter_d.h>
|
||||
#include <boost/iterator/counting_iterator.hpp>
|
||||
#include <CGAL/boost/iterator/counting_iterator.hpp>
|
||||
#include <vector>
|
||||
|
||||
typedef CGAL::Cartesian_d<double> Kernel;
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
#include <CGAL/Spatial_sort_traits_adapter_2.h>
|
||||
#include <CGAL/property_map.h>
|
||||
#include <boost/iterator/counting_iterator.hpp>
|
||||
#include <CGAL/boost/iterator/counting_iterator.hpp>
|
||||
#include <vector>
|
||||
#include <iterator>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue