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
Topic
Esone
Tomato Guru
Russia
115 Posts
Posted - Apr 04 2007 : 10:54:39 AM
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
19021 Posts
Posted - Apr 04 2007 : 2:39:14 PM
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
Esone
Tomato Guru
Russia
115 Posts
Posted - Apr 05 2007 : 08:39:34 AM
Just as a small notice, possibly it is evident. Alt+G on int_sp works from line (4), but not from (2) or (3).
feline
Whole Tomato Software
United Kingdom
19021 Posts
Posted - Apr 05 2007 : 1:32:33 PM
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
Topic
New Topic
Reply to Topic
Printer Friendly
Jump To:
Select Forum
Visual Assist
Technical Support
Feature Requests
--------------------
Home
Active Topics
Frequently Asked Questions
Member Information
Search Page
© 2023 Whole Tomato Software, LLC
Snitz Forums 2000