#include <floatingpoint.h>
Helper class to temporarily deactivate all floating point checks. The checks will be disabled and return to their previous states when the current scope is left (and therefore the class is destructed).
Public Member Functions | |
SuppressFloatingPointChecks () | |
~SuppressFloatingPointChecks () | |
Private Attributes | |
Bool | oldState |
|
private |