Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 684 Bytes

expression-evaluator-error-cxx0047.md

File metadata and controls

17 lines (13 loc) · 684 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Expression Evaluator Error CXX0047
Expression Evaluator Error CXX0047
11/04/2016
CXX0047
CAN0047
CXX0047
db23d0db-fce2-4d86-b391-6e1d6ad13fd4

Expression Evaluator Error CXX0047

argument list does not match a function

An expression called a function with an actual parameter list that did not match the formal parameter list of any function with the same name defined in the program.

Overloaded functions can be called only if there is an exact parameter match or a match that does not require the construction of an object.

This error is identical to CAN0047.