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:
Mael Rouxel-Labbé 2017-04-14 14:14:44 +02:00
parent fc62544731
commit 489cb54e3e
1 changed files with 1 additions and 1 deletions

View File

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