mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-02-03 09:23:58 +00:00
fix.
This commit is contained in:
parent
23be867d87
commit
253477ed32
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ namespace sprout {
|
|||
#if SPROUT_PP_VARIADICS
|
||||
# define SPROUT_ASSERT_2(expr, msg) \
|
||||
SPROUT_ASSERT_MSG(expr, msg)
|
||||
# define SPROUT_ASSERT(__VA_ARGS__) \
|
||||
# define SPROUT_ASSERT(...) \
|
||||
SPROUT_PP_CAT(SPROUT_ASSERT_, SPROUT_PP_VARIADIC_SIZE(__VA_ARGS__))(__VA_ARGS__)
|
||||
#else
|
||||
# define SPROUT_ASSERT(expr) \
|
||||
|
|
Loading…
Add table
Reference in a new issue