Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r85172 - trunk/boost/preprocessor/tuple
From: eldiener_at_[hidden]
Date: 2013-07-29 20:36:47


Author: eldiener
Date: 2013-07-29 20:36:47 EDT (Mon, 29 Jul 2013)
New Revision: 85172
URL: http://svn.boost.org/trac/boost/changeset/85172

Log:
Update to restore BOOST_PP_TUPLE_REM_0()

Text files modified:
   trunk/boost/preprocessor/tuple/rem.hpp | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: trunk/boost/preprocessor/tuple/rem.hpp
==============================================================================
--- trunk/boost/preprocessor/tuple/rem.hpp Mon Jul 29 17:43:03 2013 (r85171)
+++ trunk/boost/preprocessor/tuple/rem.hpp 2013-07-29 20:36:47 EDT (Mon, 29 Jul 2013) (r85172)
@@ -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


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk