From 6f56be00eea439f2ab51f6bdce373bbfd5366657 Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Tue, 30 Jul 2013 00:36:47 +0000 Subject: [PATCH] Update to restore BOOST_PP_TUPLE_REM_0() [SVN r85172] --- include/boost/preprocessor/tuple/rem.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/preprocessor/tuple/rem.hpp b/include/boost/preprocessor/tuple/rem.hpp index 4e3362c..af668a0 100644 --- a/include/boost/preprocessor/tuple/rem.hpp +++ b/include/boost/preprocessor/tuple/rem.hpp @@ -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