Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 542 Bytes

compiler-error-c2568.md

File metadata and controls

13 lines (11 loc) · 542 Bytes
descriptiontitlems.datef1_keywordshelpviewer_keywordsms.assetid
Learn more about: Compiler Error C2568
Compiler Error C2568
11/04/2016
C2568
C2568
140b4dc9-5a88-4032-9aef-a224bb796f72

Compiler Error C2568

'identifier1' : unable to resolve function overload

The compiler cannot determine which overloaded function to call. The actual parameters passed to the function must be cast to match the formal parameters for one of the overloaded function, but no one match is unambiguously better than all others.

close