1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-02-04 21:33:56 +00:00
This commit is contained in:
bolero-MURAKAMI 2014-07-03 23:23:48 +09:00
parent 23be867d87
commit 253477ed32

View file

@ -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) \