Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 555 Bytes

expression-evaluator-error-cxx0059.md

File metadata and controls

15 lines (12 loc) · 555 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Expression Evaluator Error CXX0059
Expression Evaluator Error CXX0059
11/04/2016
CXX0059
CXX0059
CAN0059
e8bdcb74-1315-4083-b24d-e47eac7d1ec0

Expression Evaluator Error CXX0059

left operand is class not a function name

The left operand of a function call was a class name and could not be resolved to a function call. Omitting the name of a member function in an expression can cause this error.

This error is identical to CAN0059.