mirror of https://github.com/CGAL/cgal
include a boost header instead of a forward declaration as the number of template arguments changed
This commit is contained in:
parent
2e77240b3c
commit
06cc350143
|
|
@ -23,6 +23,8 @@
|
||||||
#include <CGAL/tuple.h>
|
#include <CGAL/tuple.h>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
|
//#include <boost/range.hpp>
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|
@ -93,15 +95,6 @@ namespace CGAL {
|
||||||
|
|
||||||
namespace boost {
|
namespace boost {
|
||||||
|
|
||||||
template <typename X>
|
|
||||||
struct range_iterator;
|
|
||||||
|
|
||||||
template <typename X>
|
|
||||||
struct range_mutable_iterator;
|
|
||||||
|
|
||||||
template <typename X>
|
|
||||||
struct range_const_iterator;
|
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
struct range_iterator<CGAL::Iterator_range<T> >
|
struct range_iterator<CGAL::Iterator_range<T> >
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue