mirror of https://github.com/CGAL/cgal
Replace derivation with typedef
This commit is contained in:
parent
5066077927
commit
7d6e1affac
|
|
@ -3,7 +3,7 @@
|
||||||
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
|
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
|
||||||
#include <CGAL/Triangulation_2.h>
|
#include <CGAL/Triangulation_2.h>
|
||||||
|
|
||||||
struct K : CGAL::Exact_predicates_inexact_constructions_kernel {};
|
typedef CGAL::Exact_predicates_inexact_constructions_kernel K;
|
||||||
|
|
||||||
typedef CGAL::Triangulation_2<K> Triangulation;
|
typedef CGAL::Triangulation_2<K> Triangulation;
|
||||||
typedef Triangulation::Vertex_circulator Vertex_circulator;
|
typedef Triangulation::Vertex_circulator Vertex_circulator;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue