Commit a3a658c0 authored by Andrey Kamaev's avatar Andrey Kamaev

Quiet MSVC warning

parent bddd06e6
...@@ -1262,6 +1262,8 @@ struct KeypointComparator ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment