Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
floating-point control pragmas ignored under /clr
The float-control pragmas:
have no effect under /clr.
The following sample generates C4470:
// C4470.cpp
// compile with: /clr /W1 /LD
#pragma float_control(except, on) // C4470