$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r49274 - in branches/release: . boost/mpl
From: agurtovoy_at_[hidden]
Date: 2008-10-11 03:22:06
Author: agurtovoy
Date: 2008-10-11 03:22:05 EDT (Sat, 11 Oct 2008)
New Revision: 49274
URL: http://svn.boost.org/trac/boost/changeset/49274
Log:
Merged revisions 48658 via svnmerge from 
https://svn.boost.org/svn/boost/trunk
........
  r48658 | rwgk | 2008-09-07 21:13:41 -0500 (Sun, 07 Sep 2008) | 1 line
  
  mpl/find_if.hpp: MIPSpro 7.41 workaround
........
Properties modified: 
   branches/release/   (props changed)
Text files modified: 
   branches/release/boost/mpl/find_if.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/boost/mpl/find_if.hpp
==============================================================================
--- branches/release/boost/mpl/find_if.hpp	(original)
+++ branches/release/boost/mpl/find_if.hpp	2008-10-11 03:22:05 EDT (Sat, 11 Oct 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_;