mirror of https://github.com/CGAL/cgal
TWS
This commit is contained in:
parent
fc40a2760f
commit
a00340d232
|
|
@ -239,7 +239,7 @@ public:
|
|||
if(! inter){
|
||||
return boost::none;
|
||||
}
|
||||
if(const Point* point = boost::get<Point>(&*inter)){
|
||||
if(const Point* point = boost::get<Point>(&*inter)){
|
||||
return boost::make_optional(variant_type(*point));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue