Edit

Share via


Compiler Warning (level 1) C4470

floating-point control pragmas ignored under /clr

Remarks

The float-control pragmas:

have no effect under /clr.

Example

The following example generates C4470:

// C4470.cpp
// compile with: /clr /W1 /LD
#pragma float_control(except, on)   // C4470