mirror of https://github.com/CGAL/cgal
Why the hell did I not compile to test the 'trivial fix'
This commit is contained in:
parent
789f2c3b60
commit
0379f9c74e
|
|
@ -8,7 +8,7 @@
|
||||||
typedef CGAL::Simple_cartesian<double> K;
|
typedef CGAL::Simple_cartesian<double> K;
|
||||||
typedef K::Point_2 Point;
|
typedef K::Point_2 Point;
|
||||||
typedef CGAL::Polygon_2<K> Polygon_2;
|
typedef CGAL::Polygon_2<K> Polygon_2;
|
||||||
typedef Polygon::Vertex_circulator Vertex_circulator;
|
typedef Polygon_2::Vertex_circulator Vertex_circulator;
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue