This error happens in Release mode of VS2010, solve this problem by do following:

.

Go to Project Pages / Configuration Properties / C,C++ / Preprocessor / Preprocessor Definitions, add the following:

_ALLOW_ITERATOR_DEBUG_LEVEL_MISMATCH

相关文章:

  • 2021-10-04
  • 2021-09-08
  • 2021-12-10
  • 2021-11-13
  • 2022-02-28
  • 2021-10-29
  • 2021-11-20
猜你喜欢
  • 2021-08-16
  • 2022-12-23
  • 2022-12-23
  • 2022-02-26
  • 2022-12-23
  • 2021-11-15
  • 2021-11-30
相关资源
相似解决方案