我在vc6中使用了vector和map,出现了大量警告,例如:
g:\program files\microsoft visual studio\vc98\include\xtree(151) : warning C4786: '?$reverse_bidirectional_iterator@Viterator@?$_Tree@PAVCSTADevice@@U?$pair@QAVCSTADevice@@K@std@@U_Kfn@?$map@PAVCSTADevice@@KU?$less@PAVCSTADevice@@@std@@V?$allocator@
K@3@@3@U?$less@PAVCSTADevice@@@3@V?$allocator@K@3@@std@@U?$pair@QAVCSTADevice@@K@3@AAU43@PAU43@H' : identifier was truncated to '255' characters in the browser information    由于我从没有用过stl,并且我的程序现在还不链接,不知这类警告是否会造成链接错误?另外,如果有方法可以消除这些警告,请告知,谢谢!!!