19#pragma GCC diagnostic push
20#if __has_warning("-Wdeprecated")
21#pragma GCC diagnostic ignored "-Wdeprecated"
28#pragma GCC diagnostic pop
37 _CrtMemState memoryState = { 0 };
39 _CrtMemCheckpoint(&memoryState);
48 _CrtMemDumpAllObjectsSince(&memoryState);
virtual ~AssertException()
#define RAPIDJSON_VERSION_STRING
Version of RapidJSON in "<major>.<minor>.<patch>" string format.
int RUN_ALL_TESTS() GTEST_MUST_USE_RESULT_
GTEST_API_ void InitGoogleTest(int *argc, char **argv)
common definitions and configuration