mirror of https://github.com/CGAL/cgal
Replace derivation with typedef
This commit is contained in:
parent
7d6e1affac
commit
64b4ff4918
|
|
@ -54,7 +54,7 @@ int main()
|
|||
#include <CGAL/IO/Geomview_stream.h>
|
||||
|
||||
|
||||
struct K : CGAL::Exact_predicates_inexact_constructions_kernel {};
|
||||
typedef CGAL::Exact_predicates_inexact_constructions_kernel K;
|
||||
|
||||
typedef CGAL::Delaunay_triangulation_2<K> Dt;
|
||||
typedef CGAL::Interpolation_traits_2<K> ITraits;
|
||||
|
|
|
|||
Loading…
Reference in New Issue