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
 VAX 1524: refactoring: Move impl. - operators
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Uniwares
Tomato Guru

Portugal
2321 Posts

Posted - Jun 21 2006 :  5:39:07 PM  Show Profile  Reply with Quote
Once more: operators

Using "Move Implementation" on operators leaves out the "operator" keyword.
(and in one case it also added a */ without reason)
code to test:
	class xyz
{
  bool operator==(const iterator& _Right) const
  {	// test for iterator equality
    return (_it == _Right._it);
  }
}


will produce after "Move":
bool xyz::iterator::==(const iterator& _Right*/) const
{
	// test for iterator equality
	return (_it == _Right._it);
}

jpizzi
Tomato Guru

USA
642 Posts

Posted - Jun 22 2006 :  12:58:38 AM  Show Profile  Reply with Quote
This one already flagged: http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=4780

case=1357

Joe Pizzi
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