mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 22:44:02 +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))
|
||||
static CV_IMPLEMENT_QSORT_EX( icvSortFloat, float, CV_CMP_FLOAT, float)
|
||||
|
||||
#if ANDROID
|
||||
#define expl(x) exp(x)
|
||||
#endif
|
||||
|
||||
//===========================================================================
|
||||
string ToString(int i)
|
||||
|
Loading…
Reference in New Issue
Block a user