Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In this article
symbol is ambiguous
The C expression evaluator cannot determine which instance of a symbol to use in an expression. The symbol occurs more than once in the inheritance tree.
You must use the scope resolution operator (::
) to explicitly specify the instance to use in the expression.
This error is identical to CAN0039.