mirror of https://github.com/CGAL/cgal
P3_construct_point_3 should not define a return_type type
Since it's not always the same (Point_3 / const Point_3&)
This commit is contained in:
parent
43595aab76
commit
7b9b8949d6
|
|
@ -40,8 +40,6 @@ public:
|
|||
typedef typename Kernel::Offset Offset;
|
||||
typedef typename Kernel::Iso_cuboid_3 Iso_cuboid_3;
|
||||
|
||||
typedef Point result_type;
|
||||
|
||||
Periodic_3_construct_point_3(const Iso_cuboid_3 & dom) : _dom(dom) { }
|
||||
|
||||
using Construct_point_3_base::operator();
|
||||
|
|
|
|||
Loading…
Reference in New Issue