| 669 | |
| 670 | #if defined SAFEINT_ASSERT_ON_EXCEPTION |
| 671 | inline void SafeIntExceptionAssert() SAFEINT_NOTHROW { SAFEINT_ASSERT(false); } |
| 672 | #else |
| 673 | inline void SafeIntExceptionAssert() SAFEINT_NOTHROW {} |
| 674 | #endif |
no outgoing calls
no test coverage detected