created a struct for the Kernel in order to please the VC7 compiler

This commit is contained in:
Menelaos Karavelas 2003-05-07 23:39:47 +00:00
parent f371d0f582
commit 17ad8f9422
1 changed files with 1 additions and 1 deletions

View File

@ -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>