debug/warn: add forgotten 'do'
This commit is contained in:
parent
5e05584708
commit
d86f60413e
@ -25,7 +25,7 @@
|
||||
} while (0)
|
||||
|
||||
|
||||
#define RETURN_FALSE_UNLESS(CONDITION) { \
|
||||
#define RETURN_FALSE_UNLESS(CONDITION) do { \
|
||||
if (const auto &__return_false_unless = (CONDITION); !__return_false_unless) { \
|
||||
if constexpr (debug_enabled) { \
|
||||
std::cerr << __FILE__ << ':' \
|
||||
|
Loading…
Reference in New Issue
Block a user