mirror of
https://github.com/diamante0018/PP-GSC.git
synced 2025-04-19 20:12:54 +00:00
fix: mistake in C++20 macro
This commit is contained in:
parent
b187f25dc0
commit
83e468f4be
@ -56,10 +56,6 @@
|
||||
#define PRINT_FUNC print
|
||||
#endif
|
||||
|
||||
#if !defined(TOOL)
|
||||
PRINT_FUNC( format __VA_OPT__(,) __VA_ARGS__ )
|
||||
#endif
|
||||
|
||||
#ifdef _UTILITY_DEBUG
|
||||
#define _VERIFY(cond, msg) \
|
||||
assertEx( cond, msg )
|
||||
|
Loading…
x
Reference in New Issue
Block a user