mirror of https://github.com/CGAL/cgal
Ported to new AOS
This commit is contained in:
parent
e4b4ba10ae
commit
828bf3fd8a
|
|
@ -130,9 +130,10 @@ typedef Double_kernel::Point_2 Double_point_2;
|
|||
typedef CGAL::Polygon_2<Double_kernel> Polygon_2;
|
||||
|
||||
template<class Arrangement, class OutputIterator>
|
||||
class Faces_visitor : public CGAL::_Arr_default_overlay_traits<Arrangement,
|
||||
Arrangement,
|
||||
Arrangement>
|
||||
class Faces_visitor :
|
||||
public CGAL::Arr_overlay_traits_2<typename Arrangement::Geometry_traits_2,
|
||||
Arrangement,
|
||||
Arrangement>
|
||||
{
|
||||
private:
|
||||
typedef typename Arrangement::Vertex_const_handle V_const_handle;
|
||||
|
|
|
|||
Loading…
Reference in New Issue