define expl as exp on android - may break things.

opencv/modules/ml/src/gbt.cpp
This commit is contained in:
Ethan Rublee 2010-10-25 20:15:45 +00:00
parent 8861ecffb2
commit c9e06a0723

View File

@ -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)