Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r72784 - branches/pplib/v2/boost/preprocessor/tuple
From: eldiener_at_[hidden]
Date: 2011-06-28 14:24:26


Author: eldiener
Date: 2011-06-28 14:24:25 EDT (Tue, 28 Jun 2011)
New Revision: 72784
URL: http://svn.boost.org/trac/boost/changeset/72784

Log:
Updated file.
Text files modified:
   branches/pplib/v2/boost/preprocessor/tuple/elem.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/pplib/v2/boost/preprocessor/tuple/elem.hpp
==============================================================================
--- branches/pplib/v2/boost/preprocessor/tuple/elem.hpp (original)
+++ branches/pplib/v2/boost/preprocessor/tuple/elem.hpp 2011-06-28 14:24:25 EDT (Tue, 28 Jun 2011)
@@ -33,7 +33,7 @@
 # define BOOST_PP_TUPLE_ELEM_O_3(size, n, tuple) BOOST_PP_TUPLE_ELEM_O_2(n, tuple)
 # else
 # if BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_MSVC()
-# define BOOST_PP_TUPLE_ELEM(size, n, tuple) BOOST_PP_TUPLE_ELEM_I(BOOST_PP_CAT(BOOST_PP_TUPLE_ELEM_, n), BOOST_PP_CAT(BOOST_PP_TUPLE_ELEM_E_, size) tuple)
+# define BOOST_PP_TUPLE_ELEM(size, n, tuple) BOOST_PP_TUPLE_ELEM_I(BOOST_PP_CAT(BOOST_PP_TUPLE_ELEM_, n), BOOST_PP_CAT(BOOST_PP_CAT(BOOST_PP_TUPLE_ELEM_E_, size), tuple))
 # define BOOST_PP_TUPLE_ELEM_I(m, args) BOOST_PP_TUPLE_ELEM_II(m, args)
 # define BOOST_PP_TUPLE_ELEM_II(m, args) BOOST_PP_CAT(m ## args,)
 # elif BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_MWCC()


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