Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 489 Bytes

compiler-warning-level-1-c4166.md

File metadata and controls

13 lines (11 loc) · 489 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (level 1) C4166
Compiler Warning (level 1) C4166
11/04/2016
C4166
C4166
4e5398a1-d913-4791-a470-06fc99c36ac5

Compiler Warning (level 1) C4166

illegal calling convention for constructor/destructor

Constructors and destructors cannot have calling conventions other than the default for the platform (except when you explicitly specify __clrcall).