Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r86141 - branches/release/boost/preprocessor/tuple
From: eldiener_at_[hidden]
Date: 2013-10-02 19:21:31


Author: eldiener
Date: 2013-10-02 19:21:31 EDT (Wed, 02 Oct 2013)
New Revision: 86141
URL: http://svn.boost.org/trac/boost/changeset/86141

Log:
Update to restore BOOST_PP_TUPLE_REM_0()

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

Modified: branches/release/boost/preprocessor/tuple/rem.hpp
==============================================================================
--- branches/release/boost/preprocessor/tuple/rem.hpp Wed Oct 2 18:45:23 2013 (r86140)
+++ branches/release/boost/preprocessor/tuple/rem.hpp 2013-10-02 19:21:31 EDT (Wed, 02 Oct 2013) (r86141)
@@ -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