Update to restore BOOST_PP_TUPLE_REM_0()

[SVN r85172]
This commit is contained in:
Edward Diener
2013-07-30 00:36:47 +00:00
parent d51297c62b
commit 6f56be00ee

View File

@ -38,6 +38,7 @@
# endif
# define BOOST_PP_TUPLE_REM_I(size) BOOST_PP_TUPLE_REM_ ## size
# endif
# define BOOST_PP_TUPLE_REM_0()
# define BOOST_PP_TUPLE_REM_1(e0) e0
# define BOOST_PP_TUPLE_REM_2(e0, e1) e0, e1
# define BOOST_PP_TUPLE_REM_3(e0, e1, e2) e0, e1, e2