mirror of https://github.com/CGAL/cgal
add a comment
This commit is contained in:
parent
2019309288
commit
fe5f6556b9
|
|
@ -30,6 +30,7 @@ class CircleC3 {
|
|||
typedef typename R_::Direction_3 Direction_3;
|
||||
typedef typename R_::FT FT;
|
||||
|
||||
//using a boost::tuple because std::pair and tuple cannot work with incomplete types.
|
||||
typedef boost::tuple<Sphere_3, Plane_3> Rep;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue