c2039 VS2012 build erros

asked 2013-09-16 12:43:07 -0600

Alex gravatar image

updated 2013-09-16 13:08:02 -0600

berak gravatar image

While compiling the master from github (eff21788a80738db8b0a5901c21e447ff9134d96) on VS2012 (ultimate) under Windows 8 in 32bit mode, I get the following error(s) in Debug mode:

C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\xutility(364): error C2039: 'iterator_category' : is not a member of 'cv::MatIterator_<_Tp>'

In Release mode the error does not appear. Is it a bug?

edit retag flag offensive close merge delete