このページを編集する際は、編集に関する方針に従ってください。
#ifndef USE_ASSERT_CHECKING #define Assert(condition) #else #define Assert(condition) \ Trap(!(condition), "FailedAssertion")
#endif /* USE_ASSERT_CHECKING */