mirror of https://github.com/CGAL/cgal
Removed ambiguous weighted point constructor
This constructor was already cleaned in the branch that this branch is based upon... I must have messed up a merge conflict...
This commit is contained in:
parent
fc62544731
commit
489cb54e3e
|
|
@ -91,7 +91,7 @@ public:
|
|||
: Rep(typename R::Construct_weighted_point_3()(Return_base_tag(), x, y, z))
|
||||
{}
|
||||
|
||||
typename cpp11::result_of<typename R::Construct_point_3( Weighted_point_3)>::type
|
||||
typename cpp11::result_of<typename R::Construct_point_3( Weighted_point_3)>::type
|
||||
point() const
|
||||
{
|
||||
return typename R::Construct_point_3()(*this);
|
||||
|
|
|
|||
Loading…
Reference in New Issue