标签:
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 ‘_ALLOW_ITERATOR_DEBUG_LEVEL_MISMATCH‘
标签:
原文地址:http://www.cnblogs.com/grandyang/p/4449120.html