mirror of
https://github.com/opencv/opencv.git
synced 2025-01-19 06:53:50 +08:00
define expl as exp on android - may break things.
opencv/modules/ml/src/gbt.cpp
This commit is contained in:
parent
8861ecffb2
commit
c9e06a0723
@ -11,6 +11,9 @@ using namespace std;
|
|||||||
#define CV_CMP_FLOAT(a,b) ((a) < (b))
|
#define CV_CMP_FLOAT(a,b) ((a) < (b))
|
||||||
static CV_IMPLEMENT_QSORT_EX( icvSortFloat, float, CV_CMP_FLOAT, float)
|
static CV_IMPLEMENT_QSORT_EX( icvSortFloat, float, CV_CMP_FLOAT, float)
|
||||||
|
|
||||||
|
#if ANDROID
|
||||||
|
#define expl(x) exp(x)
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
string ToString(int i)
|
string ToString(int i)
|
||||||
|
Loading…
Reference in New Issue
Block a user