Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 1559: Refactor rename issue
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

bugfix
Tomato Guru

Germany
324 Posts

Posted - Jul 08 2007 :  2:05:55 PM  Show Profile  Reply with Quote

struct CTest
{
    void test()
    {
    }
};
typedef std::vector<CTest*> CTestVector;

CTestVector vecTest;
CTestVector::iterator iter = vecTest.begin();
while(iter != vecTest.end())
{
    (*iter)->test();
    ++iter;
}

refactor rename "iter" misses (*iter)->test();

vs2003 sp1

-bugfix

http://www.mf-sd.de

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Jul 09 2007 :  09:14:18 AM  Show Profile  Reply with Quote
I am seeing the same effect here. Thank you for the clear description.

case=1702

zen is the art of being at one with the two'ness
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Apr 10 2008 :  12:59:52 AM  Show Profile  Reply with Quote
case=1702 is fixed in build 1632
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000