fix index_tuple implementation

This commit is contained in:
bolero-MURAKAMI 2014-08-16 17:35:36 +09:00
parent 979af136a1
commit cb23ccdd55
3 changed files with 26 additions and 37 deletions

View file

@ -31,8 +31,8 @@
# define SPROUT_STATIC_ASSERT(...) \
SPROUT_PP_CAT(SPROUT_STATIC_ASSERT_, SPROUT_PP_VARIADIC_SIZE(__VA_ARGS__))(__VA_ARGS__)
#else
# define SPROUT_STATIC_ASSERT(expr) \
SPROUT_STATIC_ASSERT_1(expr)
# define SPROUT_STATIC_ASSERT(COND) \
SPROUT_STATIC_ASSERT_1(COND)
#endif
//