dpp
dpp copied to clipboard
Bug with "operator" prefix on method decl
class A
{
bool operator_a() const;
};
This should be reopened :) Indeed isOperator() should check for valid c++ operator. For example operatora() is recognized as an operator by dpp but it is a method.
Also see related problems with templated operators opFoo() (T) (T t) Oops