mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-05-10 09:23:30 +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
|
#if SPROUT_PP_VARIADICS
|
||||||
# define SPROUT_ASSERT_2(expr, msg) \
|
# define SPROUT_ASSERT_2(expr, msg) \
|
||||||
SPROUT_ASSERT_MSG(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__)
|
SPROUT_PP_CAT(SPROUT_ASSERT_, SPROUT_PP_VARIADIC_SIZE(__VA_ARGS__))(__VA_ARGS__)
|
||||||
#else
|
#else
|
||||||
# define SPROUT_ASSERT(expr) \
|
# define SPROUT_ASSERT(expr) \
|
||||||
|
|
Loading…
Add table
Reference in a new issue