mirror of https://github.com/CGAL/cgal
created a struct for the Kernel in order to please the VC7 compiler
This commit is contained in:
parent
f371d0f582
commit
17ad8f9422
|
|
@ -23,7 +23,7 @@ typedef CGAL::Filtered_exact<inexact_type,exact_type> number_t;
|
|||
|
||||
#include <CGAL/Simple_cartesian.h>
|
||||
|
||||
typedef CGAL::Simple_cartesian<number_t> Kernel;
|
||||
struct Kernel : CGAL::Simple_cartesian<number_t> {};
|
||||
|
||||
#include <CGAL/Number_type_traits.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue