Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r71638 - branches/pplib/variadics/boost/preprocessor/tuple
From: eldiener_at_[hidden]
Date: 2011-04-30 20:21:14


Author: eldiener
Date: 2011-04-30 20:21:14 EDT (Sat, 30 Apr 2011)
New Revision: 71638
URL: http://svn.boost.org/trac/boost/changeset/71638

Log:
Leave in some old tuple macros since they are still being used.
Text files modified:
   branches/pplib/variadics/boost/preprocessor/tuple/elem.hpp | 9 +++++++++
   1 files changed, 9 insertions(+), 0 deletions(-)

Modified: branches/pplib/variadics/boost/preprocessor/tuple/elem.hpp
==============================================================================
--- branches/pplib/variadics/boost/preprocessor/tuple/elem.hpp (original)
+++ branches/pplib/variadics/boost/preprocessor/tuple/elem.hpp 2011-04-30 20:21:14 EDT (Sat, 30 Apr 2011)
@@ -4434,4 +4434,13 @@
 # define BOOST_PP_TUPLE_DETAIL_ELEM_62(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, aa, bb, cc, dd, ee, ff, gg, hh, ii, jj, kk, ll, mm, nn, oo, pp, qq, rr, ss, tt, uu, vv, ww, xx, yy, zz, ab, cd, ef, gh, ij, kl, mn, op, qr, st, uv, wx) uv
 # define BOOST_PP_TUPLE_DETAIL_ELEM_63(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, aa, bb, cc, dd, ee, ff, gg, hh, ii, jj, kk, ll, mm, nn, oo, pp, qq, rr, ss, tt, uu, vv, ww, xx, yy, zz, ab, cd, ef, gh, ij, kl, mn, op, qr, st, uv, wx) wx
 #
+# define BOOST_PP_TUPLE_ELEM_1_0(a) a
+#
+# define BOOST_PP_TUPLE_ELEM_2_0(a, b) a
+# define BOOST_PP_TUPLE_ELEM_2_1(a, b) b
+#
+# define BOOST_PP_TUPLE_ELEM_3_0(a, b, c) a
+# define BOOST_PP_TUPLE_ELEM_3_1(a, b, c) b
+# define BOOST_PP_TUPLE_ELEM_3_2(a, b, c) c
+#
 # endif


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