You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
diavo
Posted - Mar 09 2007 : 05:04:39 AM How can I refactor such an operator? I didn't found any way to do that.
class my
{
operator int() const {return 0;}
}
1 L A T E S T R E P L I E S (Newest First)
feline
Posted - Mar 09 2007 : 10:55:31 AM I am seeing the same problem here, than you for the clear bug report. Rename and Find References are offered on some casting operators, for example: