Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Bug: members of both return type & argument 1638

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
cbranch Posted - May 15 2008 : 5:57:33 PM
Version 1638
VS 2003

Returning a reference from a function with a single argument, and attempting to get the members when inlining code VAX lists the members of both of the return type as well as the argument type.


struct T
{
   void bar();
};

class Sr
{
public:
   Sr();

   void baz();
};

T& _U_test(Sr& gr);

int main()
{
   Sr anS;
   _U_test(anS).
}


Expected list box contents (on .)
bar()

Actual list box contents
bar() [bold]
baz()
Sr()
2   L A T E S T    R E P L I E S    (Newest First)
support Posted - Jul 14 2008 : 2:34:07 PM
case=16790 is fixed in build 1645
feline Posted - May 16 2008 : 5:42:42 PM
I am seeing the same effect here. Thank you for the clear description.

case=16790

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000