mirror of https://github.com/CGAL/cgal
include header which pragma pushes a warning
This commit is contained in:
parent
f805b65f7d
commit
6706cc58c4
|
|
@ -21,6 +21,9 @@
|
||||||
#ifndef CGAL_BOOST_GRAPH_DIJKSTRA_SHORTEST_PATHS_H
|
#ifndef CGAL_BOOST_GRAPH_DIJKSTRA_SHORTEST_PATHS_H
|
||||||
#define CGAL_BOOST_GRAPH_DIJKSTRA_SHORTEST_PATHS_H
|
#define CGAL_BOOST_GRAPH_DIJKSTRA_SHORTEST_PATHS_H
|
||||||
|
|
||||||
|
// This will push/pop a VC15 warning
|
||||||
|
#include <CGAL/boost/graph/named_function_params.h>
|
||||||
|
|
||||||
#include <boost/version.hpp>
|
#include <boost/version.hpp>
|
||||||
#include <climits>
|
#include <climits>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,9 @@
|
||||||
#ifndef CGAL_BOOST_GRAPH_GRAPH_TRAITS_ARRANGEMENT_2_H
|
#ifndef CGAL_BOOST_GRAPH_GRAPH_TRAITS_ARRANGEMENT_2_H
|
||||||
#define CGAL_BOOST_GRAPH_GRAPH_TRAITS_ARRANGEMENT_2_H
|
#define CGAL_BOOST_GRAPH_GRAPH_TRAITS_ARRANGEMENT_2_H
|
||||||
|
|
||||||
|
// include this to avoid a VC15 warning
|
||||||
|
#include <CGAL/boost/graph/named_function_params.h>
|
||||||
|
|
||||||
#include <CGAL/graph_traits_Arrangement_2.h>
|
#include <CGAL/graph_traits_Arrangement_2.h>
|
||||||
|
|
||||||
#endif //CGAL_BOOST_GRAPH_GRAPH_TRAITS_ARRANGEMENT_2_H
|
#endif //CGAL_BOOST_GRAPH_GRAPH_TRAITS_ARRANGEMENT_2_H
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,9 @@
|
||||||
#include <utility>
|
#include <utility>
|
||||||
#include <iterator>
|
#include <iterator>
|
||||||
|
|
||||||
|
// include this to avoid a VC15 warning
|
||||||
|
#include <CGAL/boost/graph/named_function_params.h>
|
||||||
|
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
#include <boost/graph/graph_traits.hpp>
|
#include <boost/graph/graph_traits.hpp>
|
||||||
#include <boost/graph/properties.hpp>
|
#include <boost/graph/properties.hpp>
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,9 @@
|
||||||
#ifndef CGAL_GRAPH_TRAITS_DELAUNAY_TRIANGULATION_2_H
|
#ifndef CGAL_GRAPH_TRAITS_DELAUNAY_TRIANGULATION_2_H
|
||||||
#define CGAL_GRAPH_TRAITS_DELAUNAY_TRIANGULATION_2_H
|
#define CGAL_GRAPH_TRAITS_DELAUNAY_TRIANGULATION_2_H
|
||||||
|
|
||||||
|
// include this to avoid a VC15 warning
|
||||||
|
#include <CGAL/boost/graph/named_function_params.h>
|
||||||
|
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
#include <boost/iterator_adaptors.hpp>
|
#include <boost/iterator_adaptors.hpp>
|
||||||
#include <boost/graph/graph_traits.hpp>
|
#include <boost/graph/graph_traits.hpp>
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,9 @@
|
||||||
|
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
|
||||||
|
// include this to avoid a VC15 warning
|
||||||
|
#include <CGAL/boost/graph/named_function_params.h>
|
||||||
|
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
#include <boost/iterator/iterator_adaptor.hpp>
|
#include <boost/iterator/iterator_adaptor.hpp>
|
||||||
#include <boost/iterator/transform_iterator.hpp>
|
#include <boost/iterator/transform_iterator.hpp>
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,9 @@
|
||||||
#ifndef CGAL_BOOST_GRAPH_GRAPH_TRAITS_POLYMESH_ARRAYKERNELT_H
|
#ifndef CGAL_BOOST_GRAPH_GRAPH_TRAITS_POLYMESH_ARRAYKERNELT_H
|
||||||
#define CGAL_BOOST_GRAPH_GRAPH_TRAITS_POLYMESH_ARRAYKERNELT_H
|
#define CGAL_BOOST_GRAPH_GRAPH_TRAITS_POLYMESH_ARRAYKERNELT_H
|
||||||
|
|
||||||
|
// include this to avoid a VC15 warning
|
||||||
|
#include <CGAL/boost/graph/named_function_params.h>
|
||||||
|
|
||||||
#include <boost/graph/graph_traits.hpp>
|
#include <boost/graph/graph_traits.hpp>
|
||||||
#include <boost/graph/properties.hpp>
|
#include <boost/graph/properties.hpp>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,9 @@
|
||||||
#ifndef CGAL_BOOST_GRAPH_TRAITS_SURFACE_MESH_H
|
#ifndef CGAL_BOOST_GRAPH_TRAITS_SURFACE_MESH_H
|
||||||
#define CGAL_BOOST_GRAPH_TRAITS_SURFACE_MESH_H
|
#define CGAL_BOOST_GRAPH_TRAITS_SURFACE_MESH_H
|
||||||
|
|
||||||
|
// include this to avoid a VC15 warning
|
||||||
|
#include <CGAL/boost/graph/named_function_params.h>
|
||||||
|
|
||||||
#include <boost/graph/graph_traits.hpp>
|
#include <boost/graph/graph_traits.hpp>
|
||||||
#include <boost/graph/properties.hpp>
|
#include <boost/graph/properties.hpp>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,9 @@
|
||||||
|
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
|
||||||
|
// include this to avoid a VC15 warning
|
||||||
|
#include <CGAL/boost/graph/named_function_params.h>
|
||||||
|
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
#include <boost/iterator_adaptors.hpp>
|
#include <boost/iterator_adaptors.hpp>
|
||||||
#include <boost/graph/graph_traits.hpp>
|
#include <boost/graph/graph_traits.hpp>
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,8 @@
|
||||||
|
|
||||||
#include<set>
|
#include<set>
|
||||||
#include<vector>
|
#include<vector>
|
||||||
|
|
||||||
|
#include <CGAL/boost/graph/named_function_params.h>
|
||||||
#include <boost/graph/graph_traits.hpp>
|
#include <boost/graph/graph_traits.hpp>
|
||||||
#include <boost/foreach.hpp>
|
#include <boost/foreach.hpp>
|
||||||
#include <boost/graph/filtered_graph.hpp>
|
#include <boost/graph/filtered_graph.hpp>
|
||||||
|
|
|
||||||
|
|
@ -39,6 +39,8 @@
|
||||||
#endif
|
#endif
|
||||||
#include <CGAL/trace.h>
|
#include <CGAL/trace.h>
|
||||||
|
|
||||||
|
#include <CGAL/boost/graph/named_function_params.h>
|
||||||
|
|
||||||
#include <boost/version.hpp>
|
#include <boost/version.hpp>
|
||||||
#ifdef CGAL_DO_NOT_USE_BOYKOV_KOLMOGOROV_MAXFLOW_SOFTWARE
|
#ifdef CGAL_DO_NOT_USE_BOYKOV_KOLMOGOROV_MAXFLOW_SOFTWARE
|
||||||
#include <boost/graph/adjacency_list.hpp>
|
#include <boost/graph/adjacency_list.hpp>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue