Commit c9e06a07 authored by Ethan Rublee's avatar Ethan Rublee

define expl as exp on android - may break things.

opencv/modules/ml/src/gbt.cpp
 
parent 8861ecff
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment