vector<vector<vector<vector<vector< int > > > > > VVVVV;//可以的
vector<vector<vector<vector<vector<vector< int > > > > > > VVVVVV;
在編譯時會出現warrning C4503: “std::_Dest_val”: 超出修飾名的長度,名稱被截斷,
怎么解決啊?
uj5u.com熱心網友回復:
Compiler Warning (level 1) C4503'identifier' : decorated name length exceeded, name was truncated
The decorated name was longer than the maximum the compiler allows (247), and was truncated. To avoid this warning and the truncation, reduce the number of arguments or name length of identifiers used.
uj5u.com熱心網友回復:
具體怎么解決啊uj5u.com熱心網友回復:
一種是升級vc,一種是忽略c4503 warning,一種是改一改你的代碼uj5u.com熱心網友回復:
哪種版本的VS沒有這種情況出現?VS2016以上的?uj5u.com熱心網友回復:
沒發現有這個問題,2008,2017都試過,如果有你可以typedef一下呀uj5u.com熱心網友回復:
感覺看這樣的代碼,跟看那一大串的+++++++++一樣費勁。強迫癥,不想看到這樣的代碼轉載請註明出處,本文鏈接:https://www.uj5u.com/gongcheng/15228.html
標籤:基礎類
