|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r58424 - branches/release/boost/proto/transform
From: eric_at_[hidden]
Date: 2009-12-17 01:04:58
Author: eric_niebler
Date: 2009-12-17 01:04:57 EST (Thu, 17 Dec 2009)
New Revision: 58424
URL: http://svn.boost.org/trac/boost/changeset/58424
Log:
fix bad merge
Text files modified:
branches/release/boost/proto/transform/fold.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/boost/proto/transform/fold.hpp
==============================================================================
--- branches/release/boost/proto/transform/fold.hpp (original)
+++ branches/release/boost/proto/transform/fold.hpp 2009-12-17 01:04:57 EST (Thu, 17 Dec 2009)
@@ -68,7 +68,7 @@
typename when<_, Transform>::template impl<Expr &, State const &, Data>::result_type
operator ()(Expr &e, State const &s) const
{
- return typename when<_, Transform>::template impl<Expr &, State const &, Data>()(e, s, this->v_);
+ return typename when<_, Transform>::template impl<Expr &, State const &, Data>()(e, s, this->d_);
}
#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