|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r71857 - trunk/boost/proto/detail
From: eric_at_[hidden]
Date: 2011-05-09 21:53:59
Author: eric_niebler
Date: 2011-05-09 21:53:58 EDT (Mon, 09 May 2011)
New Revision: 71857
URL: http://svn.boost.org/trac/boost/changeset/71857
Log:
whoops, need more coffee
Text files modified:
trunk/boost/proto/detail/decltype.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/proto/detail/decltype.hpp
==============================================================================
--- trunk/boost/proto/detail/decltype.hpp (original)
+++ trunk/boost/proto/detail/decltype.hpp 2011-05-09 21:53:58 EDT (Mon, 09 May 2011)
@@ -63,7 +63,7 @@
any(...);
any operator=(any);
any operator[](any);
- #define M0(Z, N, DATA) any operator()(BOOST_PP_ENUM_PARAMS(N, any BOOST_PP_INTERCEPT));
+ #define M0(Z, N, DATA) any operator()(BOOST_PP_ENUM_PARAMS_Z(Z, N, any BOOST_PP_INTERCEPT));
BOOST_PP_REPEAT(BOOST_PROTO_MAX_ARITY, M0, ~)
#undef M0
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