Notiz
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Iech unzemellen oder Verzeechnesser ze änneren.
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Verzeechnesser ze änneren.
invalid use of floating-point pragmas: exceptions are not supported in non-precise mode
Remarks
The float_control pragma was used to specify floating-point exception model under an /fp setting other than /fp:precise.
Example
The following example generates C3199:
// C3199.cpp
// compile with: /fp:fast
#pragma float_control(except, on) // C3199