Compiler Error C2170
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at Compiler Error C2170.
identifier' : not declared as a function, cannot be intrinsic
To fix by checking the following possible causes
Pragma
intrinsicis used for an item other than a function.Pragma
intrinsicis used for a function with no intrinsic form.
Show: