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
 Autocompletion fails in overlapping functions
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

lemanso
New Member

6 Posts

Posted - Feb 18 2004 :  10:03:02 AM  Show Profile
This occurs when two overlapping functions have a parameter with the same name (but not the same class):

struct A
{
int aa;
};

struct B
{
int bb;
}


int j(const A& xx)
{
////
}

int j(const B& xx)
{
xx. // Here it suggests aa instead of bb
}

This bug is also present when both j's are class method's.

PatLuja
Tomato Guru

Belgium
416 Posts

Posted - Feb 19 2004 :  03:52:48 AM  Show Profile
Dear Lemanso,

Maybe you didn't understood the way of rating a topic. You can just select your rating for this topic in the rate drop down list and press the rate-button. If you want to rate it with 5 tomatoes, you don't have to post your topic five times...

It sometimes happens that you don't get a reaction as fast as you'd wish. I want to ask you kindly to refrain from copying topics, please. (It messes up the forum.) Thank you.

What you write in the topic is correct, I and (according to the other posts about this topic) many others have seen it too.

With kind regards,
Patrick Luja
Go to Top of Page

hebbja
Junior Member

United Kingdom
23 Posts

Posted - Feb 19 2004 :  12:38:21 PM  Show Profile
I believe this behaviour is also present in VA.NET, and possible VA6

James Hebben
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000