$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r48658 - trunk/boost/mpl
From: rwgk_at_[hidden]
Date: 2008-09-07 22:13:41
Author: rwgk
Date: 2008-09-07 22:13:41 EDT (Sun, 07 Sep 2008)
New Revision: 48658
URL: http://svn.boost.org/trac/boost/changeset/48658
Log:
mpl/find_if.hpp: MIPSpro 7.41 workaround
Text files modified:
trunk/boost/mpl/find_if.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/mpl/find_if.hpp
==============================================================================
--- trunk/boost/mpl/find_if.hpp (original)
+++ trunk/boost/mpl/find_if.hpp 2008-09-07 22:13:41 EDT (Sun, 07 Sep 2008)
@@ -34,7 +34,7 @@
typedef typename iter_fold_if<
Sequence
, void
- , arg<1> // ignore
+ , mpl::arg<1> // ignore
, protect< aux::find_if_pred<Predicate> >
>::type result_;