mirror of
https://github.com/Artikash/Textractor.git
synced 2024-12-23 17:04:12 +08:00
tiny fixes
This commit is contained in:
parent
6c0f4be45b
commit
bf4eb4df8b
@ -36,7 +36,7 @@ inline void FORMAT_MESSAGE(const char* format, Ts ...args)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
#define TEST(...) static auto _ = std::invoke([]{ { __VA_ARGS__; } return 0; })
|
#define TEST(...) static auto _ = std::invoke([]{ __VA_ARGS__; return 0; })
|
||||||
#else
|
#else
|
||||||
#define TEST(...)
|
#define TEST(...)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user