Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Move Impl to Src for operators

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
peterchen Posted - Aug 10 2006 : 10:33:40 AM
For:
class CClass
{
bool operator==(CClass const & rhs) const
{
}
};

"Move Implementation to Source" results in the following body generated:

// ----- == -------------------------------------------
bool CClass::==(CClass const & rhs) const
{
}

(notice that operator is gone from comment and impl). Changes to declaration are correct.

1531, VC6
1   L A T E S T    R E P L I E S    (Newest First)
rhummer Posted - Aug 10 2006 : 10:42:14 PM
this will be fixed in the next build 1532.

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