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
 1549 Find symbol references failure.
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Esone
Tomato Guru

Russia
115 Posts

Posted - Apr 04 2007 :  10:54:39 AM  Show Profile  Reply with Quote
int main()
{
std::auto_ptr<int> int_sp; //(1)

*int_sp = 1; //(2)
someFun(*int_sp); //(3)

int_sp.reset(); //(4)
}

VAX 1549. True for both VS2003 and VS2005. When I do Find references for int_sp from line (1), then int_sp gets found in lines (1) and (4). But not found in lines (2) and (3).

feline
Whole Tomato Software

United Kingdom
18951 Posts

Posted - Apr 04 2007 :  2:39:14 PM  Show Profile  Reply with Quote
I am seeing the same effect here. Thank you for the clear description.

case=5836

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

Esone
Tomato Guru

Russia
115 Posts

Posted - Apr 05 2007 :  08:39:34 AM  Show Profile  Reply with Quote
Just as a small notice, possibly it is evident. Alt+G on int_sp works from line (4), but not from (2) or (3).
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18951 Posts

Posted - Apr 05 2007 :  1:32:33 PM  Show Profile  Reply with Quote
I think alt-g is failing for the same reason as Find References, but this is something we need to keep an eye on.

zen is the art of being at one with the two'ness
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