Merge branch 'releases/CGAL-4.11-branch'

This commit is contained in:
Laurent Rineau
2018-03-02 16:34:10 +01:00
@@ -45,7 +45,7 @@ class CircleC3 {
Rep () : first(), second() { }
Rep (const Sphere_3& s, const Plane_3& p) : first(s), second(p) { }
};
typedef typename R_::template Handle<Rep>::type Base;
Base base;