Merge branch 'releases/CGAL-5.0-branch'

This commit is contained in:
Laurent Rineau 2020-01-07 14:49:07 +01:00
commit c97123f303
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ template <class R,int dim>
class Construct_bbox_projected_2 {
public:
typedef typename R::Point_3 Point;
typedef Bbox_2 result_type;
Bbox_2 operator()(const Point& p) const { typename R::Construct_bbox_3 bb; return Projector<R, dim>::bbox(bb(p)); }
};