T O P I C R E V I E W |
smacl |
Posted - Jan 26 2011 : 04:41:15 AM I have two C++ functions with similar signatures declared as follows;
void LogError(ErrorLevel elvl,LPCTSTR Format,...); void LogError(ErrorLevel elvl,UINT ResourceID,...);
Using Refactor / Find references with either of these functions in either a header or cpp file returns all instances of both functions. Surely VA should differentiate between the two?
|
1 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Jan 26 2011 : 11:21:15 AM Currently this is a known limitation of VA, but it is one we are looking into:
case=2732
In general, in C++, it can be quite difficult for VA to work out which overload is being called. |
|
|