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
 Implement Interface virtual operator
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

andre.horst
Tomato Guru

Germany
150 Posts

Posted - May 23 2011 :  04:09:46 AM  Show Profile  Reply with Quote
Latest VAX, WinXP SP3 VS2008

Try following example:

class CInterface
{
public:
	virtual bool operator<( const CIDalSyncInfo& p_oRight  ) = 0 ;
	virtual bool operator==( const CIDalSyncInfo& p_oRight ) = 0 ;
} ;

class CImplementation : public CInterface  // No implement here the interface
{
public:

} ;

the operator== will b e offered, operator< or operator> will not be offered.

feline
Whole Tomato Software

United Kingdom
18958 Posts

Posted - May 23 2011 :  10:04:02 AM  Show Profile  Reply with Quote
I am seeing the same effect here. Thank you for the clear description.

case=57625

zen is the art of being at one with the two'ness
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Jul 20 2011 :  02:03:34 AM  Show Profile  Reply with Quote
case=57625 is fixed in build 1854

Whole Tomato Software, Inc.
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