[C++]VS2015 update2的安全检测:decorated name length exceeded, name was truncated
阅读更多vs2015update2对安全检测越来越严格了,以前很多只是warning的接口,现在都会直接给error,今天碰到了这种问题:ErrorC4503'std::_Hash,_Alloc,false>>::_Insert':decoratednamelengthexceeded,namewastruncated原因是我使用了多层嵌套的std::unordered_map(换成std::ma