From 253477ed324200bbc7a00a443e2eae59b031ca75 Mon Sep 17 00:00:00 2001 From: bolero-MURAKAMI Date: Thu, 3 Jul 2014 23:23:48 +0900 Subject: [PATCH] fix. --- sprout/assert.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sprout/assert.hpp b/sprout/assert.hpp index ad3a59ff..ebe69a1e 100644 --- a/sprout/assert.hpp +++ b/sprout/assert.hpp @@ -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) \