Boost logo

Boost-Commit :

From: eric_at_[hidden]
Date: 2008-03-07 02:37:47


Author: eric_niebler
Date: 2008-03-07 02:37:46 EST (Fri, 07 Mar 2008)
New Revision: 43534
URL: http://svn.boost.org/trac/boost/changeset/43534

Log:
fix oops
Text files modified:
   trunk/boost/xpressive/proto/context/callable.hpp | 3 ++-
   1 files changed, 2 insertions(+), 1 deletions(-)

Modified: trunk/boost/xpressive/proto/context/callable.hpp
==============================================================================
--- trunk/boost/xpressive/proto/context/callable.hpp (original)
+++ trunk/boost/xpressive/proto/context/callable.hpp 2008-03-07 02:37:46 EST (Fri, 07 Mar 2008)
@@ -23,6 +23,7 @@
     #include <boost/preprocessor/repetition/repeat.hpp>
     #include <boost/preprocessor/repetition/enum_params.hpp>
     #include <boost/preprocessor/repetition/enum_trailing.hpp>
+ #include <boost/preprocessor/repetition/enum_trailing_params.hpp>
     #include <boost/preprocessor/arithmetic/inc.hpp>
     #include <boost/preprocessor/selection/max.hpp>
     #include <boost/mpl/if.hpp>
@@ -261,7 +262,7 @@
                     typename boost::result_of<
                         Context(
                             typename Expr::proto_tag
- BOOST_PP_ENUM_PARAMS(ARG_COUNT, arg)
+ BOOST_PP_ENUM_TRAILING_PARAMS(ARG_COUNT, arg)
                         )
>::type
                 result_type;


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