Update to restore BOOST_PP_TUPLE_REM_0()

[SVN r86141]
This commit is contained in:
Edward Diener
2013-10-02 23:21:31 +00:00
parent c48da5375b
commit 390d72525e

View File

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