Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 494 Bytes

compiler-error-c2170.md

File metadata and controls

17 lines (13 loc) · 494 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Error C2170
Compiler Error C2170
11/04/2016
C2170
C2170
d5c663f0-2459-4e11-a8bf-a52b62f3c71d

Compiler Error C2170

'identifier' : not declared as a function, cannot be intrinsic

To fix by checking the following possible causes

  1. Pragma intrinsic is used for an item other than a function.

  2. Pragma intrinsic is used for a function with no intrinsic form.