CGAL: Inheritance and the kernel
问题 CGAL question: Im trying the add one property to the point class. The first step I guess is to inherit a kernel and replace the point class with my own which I inherit from CGAL's. But just trying to get this small first step I run into trouble. Edit: Based on the comment below I changed the inheritance to the way it's described in the Manual. The code below gives the following compile error: ‘typename CGAL::Extended_homogeneous::Base’ names 'CGAL::Extended_homogeneous::Base’, which is not a