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:
Mael Rouxel-Labbé 2017-05-10 14:44:45 +02:00
parent 43595aab76
commit 7b9b8949d6
1 changed files with 0 additions and 2 deletions

View File

@ -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();