mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
fix index_tuple implementation
This commit is contained in:
parent
979af136a1
commit
cb23ccdd55
3 changed files with 26 additions and 37 deletions
|
@ -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
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue