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
find ref NOT work with templates some situation
New Topic
Reply to Topic
Printer Friendly
Author
Topic
lance
New Member
4 Posts
Posted - Feb 20 2009 : 11:40:59 AM
find references of a template doesn't work in following situation:
namespace LSP{
int MyMacroMethod(int a);
}
#define MyMacro(a) MyMacroMethod(a)
---
a.cpp
namespace LSP {
int blah = MyMacro(a); /// this is found
int blah2 = LSP::MyMacro(a); /// this is NOT found
}
accord
Whole Tomato Software
United Kingdom
3287 Posts
Posted - Feb 20 2009 : 5:27:51 PM
I am seeing the same effect here. Thank you for the clear description.
case=24219
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