Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] code assist and overloaded operator methods

Hi guys,

I have a question whether code assists for overloaded operator methods really 
make sense?

Writing A::operator=() only makes sense when I try to write the definition for 
that method.

Is there some way to depict whether I am in a scope where writing definitions 
is possible? In every other case I would then filter out such suggestions.

thx Michi


Back to the top