Compilerwarnung (Ebene 1) C4470
Unter /clr werden Pragmas zur Gleitkommasteuerung ignoriert.
Die Float-Steuerelement-Pragmas:
haben keine Wirkung unter /clr.
Im folgenden Beispiel wird C4470 generiert:
// C4470.cpp
// compile with: /clr /W1 /LD
#pragma float_control(except, on) // C4470