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:
@@ -52,11 +52,7 @@
|
||||
namespace cv
|
||||
{
|
||||
|
||||
#ifdef CV_CXX11
|
||||
struct greaterThanPtr
|
||||
#else
|
||||
struct greaterThanPtr : public std::binary_function<const float *, const float *, bool>
|
||||
#endif
|
||||
{
|
||||
bool operator () (const float * a, const float * b) const
|
||||
// Ensure a fully deterministic result of the sort
|
||||
|
||||
Reference in New Issue
Block a user