mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
Merge pull request #7854 from alalek:backports_2016
(2.4) Backports from master branch (#7854)
This commit is contained in:
committed by
GitHub
parent
49e6bb2993
commit
cc09f5a7de
@@ -273,11 +273,7 @@ private:
|
||||
|
||||
const oclMat _img; // make a copy for non-image2d_t supported platform
|
||||
|
||||
SURF_OCL_Invoker &operator= (const SURF_OCL_Invoker &right)
|
||||
{
|
||||
(*this) = right;
|
||||
return *this;
|
||||
} // remove warning C4512
|
||||
SURF_OCL_Invoker &operator= (const SURF_OCL_Invoker &right); // = delete;
|
||||
};
|
||||
|
||||
cv::ocl::SURF_OCL::SURF_OCL()
|
||||
|
||||
Reference in New Issue
Block a user