timmay3141
Programmer
I'm getting a warning I get that is really annoying:
c:\program files\microsoft visual studio\vc98\include\vector(48) : warning C4786: '??0?$vector@V?$vector@VCBlock@@V?$allocator@VCBlock@@@std@@@std@@V?$allocator@V?$vector@VCBlock@@V?$allocator@VCBlock@@@std@@@std@@@2@@std@@QAE@IABV?$vector@VCBlock@@
V?$allocator@VCBlock@@@std@@@1@ABV?$allocator@V?$vector@VCBlock@@V?$allocator@VCBlock@@@std@@@std@@@1@@Z' : identifier was truncated to '255' characters in the browser information
c:\documents and settings\user\my documents\c++ workspaces\image\blockmatrix.h(39) : see reference to class template instantiation 'std::vector<class std::vector<class CBlock,class std::allocator<class CBlock> >,class std::allocator<class st
d::vector<class CBlock,class std::allocator<class CBlock> > > >' being compiled
As you can see, its huge and annoying (I get it 8 times) - and all I do is #include <vector> declare a vector. I want to get rid of this worthless error message. How can I do this?
c:\program files\microsoft visual studio\vc98\include\vector(48) : warning C4786: '??0?$vector@V?$vector@VCBlock@@V?$allocator@VCBlock@@@std@@@std@@V?$allocator@V?$vector@VCBlock@@V?$allocator@VCBlock@@@std@@@std@@@2@@std@@QAE@IABV?$vector@VCBlock@@
V?$allocator@VCBlock@@@std@@@1@ABV?$allocator@V?$vector@VCBlock@@V?$allocator@VCBlock@@@std@@@std@@@1@@Z' : identifier was truncated to '255' characters in the browser information
c:\documents and settings\user\my documents\c++ workspaces\image\blockmatrix.h(39) : see reference to class template instantiation 'std::vector<class std::vector<class CBlock,class std::allocator<class CBlock> >,class std::allocator<class st
d::vector<class CBlock,class std::allocator<class CBlock> > > >' being compiled
As you can see, its huge and annoying (I get it 8 times) - and all I do is #include <vector> declare a vector. I want to get rid of this worthless error message. How can I do this?