Has anyone had any luck compiling openCV with VS 2013 RTM? I have tried and get a bunch of "min doesn\'t belong to namespace std" "max doesn\'t belong to name
For the first issue:
http://blogs.msdn.com/b/vcblog/archive/2013/06/28/c-11-14-stl-features-fixes-and-breaking-changes-in-vs-2013.aspx
It is explicitly called out:
#include when calling std::min() or std::max().Before due to the internal implementation of the VC++ libraries would pull in these functions.