mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
next: drop CV_CXX11 conditions
define itself is still here for compatibility
This commit is contained in:
@@ -462,11 +462,7 @@ namespace cvtest
|
||||
return false;
|
||||
}
|
||||
|
||||
#ifdef CV_CXX11
|
||||
struct KeyPointLess
|
||||
#else
|
||||
struct KeyPointLess : std::binary_function<cv::KeyPoint, cv::KeyPoint, bool>
|
||||
#endif
|
||||
{
|
||||
bool operator()(const cv::KeyPoint& kp1, const cv::KeyPoint& kp2) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user