_ITERATOR_DEBUG_LEVEL error in visual studio

后端 未结 3 832
野趣味
野趣味 2020-12-18 18:27

I am trying to compile JRTPLIB in Visual Studio 2010 on windows 7. It\'s been a true nightmare... but I\'m atleast narrowing down the problems.

This is left.

3条回答
  •  执念已碎
    2020-12-18 19:07

    The solution:

    Project Pages >> Configuration Properties >> C,C++ >> Preprocessor >> Preprocessor Definitions
    

    Add _ITERATOR_DEBUG_LEVEL=0 in there worked. See also: How to set _ITERATOR_DEBUG_LEVEL in VS2010?

提交回复
热议问题