Why the hell did I not compile to test the 'trivial fix'

This commit is contained in:
Andreas Fabri 2023-02-08 07:34:06 +00:00
parent 789f2c3b60
commit 0379f9c74e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
typedef CGAL::Simple_cartesian<double> K;
typedef K::Point_2 Point;
typedef CGAL::Polygon_2<K> Polygon_2;
typedef Polygon::Vertex_circulator Vertex_circulator;
typedef Polygon_2::Vertex_circulator Vertex_circulator;
int main()
{