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
 Move Impl to Src for operators
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

peterchen
Tomato Guru

126 Posts

Posted - Aug 10 2006 :  10:33:40 AM  Show Profile  Reply with Quote
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

rhummer
Tomato Guru

USA
527 Posts

Posted - Aug 10 2006 :  10:42:14 PM  Show Profile  Reply with Quote
this will be fixed in the next build 1532.

Tools Engineer - Raven Software
VS2005 SP2/VS2008 SP1 - VAX <LATEST> - Win 7 x64

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