Merge pull request #2475 from sgiraudot/Fix_counting_iterator_warning_everywhere-GF

Fix counting iterator warnings
This commit is contained in:
Laurent Rineau 2017-10-11 19:15:15 +02:00
commit 8f46324806
16 changed files with 16 additions and 16 deletions

View File

@ -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>

View File

@ -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 {

View File

@ -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>

View File

@ -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_;

View File

@ -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_;

View File

@ -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 {

View File

@ -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>
//---------------------

View File

@ -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>

View File

@ -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>
/*

View File

@ -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:

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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>