Ambil perhatian
Akses ke halaman ini memerlukan kebenaran. Anda boleh cuba log masuk atau menukar direktori.
Akses ke halaman ini memerlukan kebenaran. Anda boleh cuba menukar direktori.
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