xMRi
Tomato Guru
Germany
315 Posts |
Posted - Feb 05 2004 : 03:48:45 AM
|
Type the following code lines void test() { typedef std::multimap<long,long> TX; TX mmap; for (TX::iterator it=mmap.begin(); it!=mmap.end(); ++it) it->second = 0; }
First problem: after typing begind and end and accept the VA suggestion the cursor is located in the pharentesis, but we need to arguments! Second problem: After typeing it->sec an empty suggestion box occurs, and from this moment the END keynavigation does not work. Also VA should "know" about what it-> expands to!
Using VS.NET 2003 and VA Build 1215.
Martin |
Martin Richter [rMVP] WWJD http://blog.m-ri.de "A well-written program is its own heaven; a poorly written program is its own hell!" The Tao of Programming |
|