Quiet MSVC warning
This commit is contained in:
parent
bddd06e6c4
commit
a3a658c034
@ -1262,6 +1262,8 @@ struct KeypointComparator
|
|||||||
{
|
{
|
||||||
return cmp(pts_[idx1], pts_[idx2]);
|
return cmp(pts_[idx1], pts_[idx2]);
|
||||||
}
|
}
|
||||||
|
private:
|
||||||
|
const KeypointComparator& operator=(const KeypointComparator&); // quiet MSVC
|
||||||
};
|
};
|
||||||
}//namespace
|
}//namespace
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user