一般标示符长度超过255字符,一般在使用STL时出现,如使用了map或vector等。

 

 

解决方法,在#include <map.h>之前加入下句:


#pragma warning(disable: 4786)

相关文章: