Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 520 Bytes

expression-evaluator-error-cxx0045.md

File metadata and controls

23 lines (17 loc) · 520 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Expression Evaluator Error CXX0045
Expression Evaluator Error CXX0045
11/04/2016
CXX0045
CXX0045
CAN0045
32181bc8-e79c-4ad7-a82f-47c62ec06d7d

Expression Evaluator Error CXX0045

not a function

An argument list was supplied for a symbol in the program that is not the name of a function.

Example

queue( alpha, beta )

when queue is not a function.

This error is identical to CAN0045.