$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r69720 - trunk/boost/multi_index/detail
From: rwgk_at_[hidden]
Date: 2011-03-08 12:33:32
Author: rwgk
Date: 2011-03-08 12:33:30 EST (Tue, 08 Mar 2011)
New Revision: 69720
URL: http://svn.boost.org/trac/boost/changeset/69720
Log:
boost/multi_index/detail/scope_guard.hpp: fixing typo to restore g++ (and possibly other) builds
Text files modified: 
   trunk/boost/multi_index/detail/scope_guard.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/multi_index/detail/scope_guard.hpp
==============================================================================
--- trunk/boost/multi_index/detail/scope_guard.hpp	(original)
+++ trunk/boost/multi_index/detail/scope_guard.hpp	2011-03-08 12:33:30 EST (Tue, 08 Mar 2011)
@@ -363,7 +363,7 @@
 inline typename null_guard_return<C::value,obj_scope_guard_impl1<Obj,MemFun,P1> >::type 
 make_obj_guard_if( Obj& obj,MemFun mem_fun,P1 p1)
 {
-  return make_obj_guard_of_c<C::value>(obj,mem_fun,p1);
+  return make_obj_guard_if_c<C::value>(obj,mem_fun,p1);
 }
 
 template<class Obj,typename MemFun,typename P1,typename P2>