core: add CV_CXX_11 flag to cvdef.h

This commit is contained in:
Vladislav Sovrasov
2017-06-28 16:07:07 +03:00
parent 3c748ccf10
commit 08db55fb62
3 changed files with 17 additions and 3 deletions
@@ -102,7 +102,7 @@ int main()
double t1 = (double) getTickCount();
#if __cplusplus >= 201103L
#ifdef CV_CXX_11
//! [mandelbrot-parallel-call-cxx11]
parallel_for_(Range(0, mandelbrotImg.rows*mandelbrotImg.cols), [&](const Range& range){