$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r60242 - sandbox/statistics/detail/assign/boost/assign/auto_size/detail
From: erwann.rogard_at_[hidden]
Date: 2010-03-06 11:21:49
Author: e_r
Date: 2010-03-06 11:21:49 EST (Sat, 06 Mar 2010)
New Revision: 60242
URL: http://svn.boost.org/trac/boost/changeset/60242
Log:
m
Text files modified: 
   sandbox/statistics/detail/assign/boost/assign/auto_size/detail/expr.hpp |     8 ++++----                                
   1 files changed, 4 insertions(+), 4 deletions(-)
Modified: sandbox/statistics/detail/assign/boost/assign/auto_size/detail/expr.hpp
==============================================================================
--- sandbox/statistics/detail/assign/boost/assign/auto_size/detail/expr.hpp	(original)
+++ sandbox/statistics/detail/assign/boost/assign/auto_size/detail/expr.hpp	2010-03-06 11:21:49 EST (Sat, 06 Mar 2010)
@@ -157,17 +157,17 @@
             typedef expr<E1,T,N+1,R,P,false> type;
         };
 
-		typedef typename boost::mpl::if_c<F,const E&,E>::type storage_;
+        typedef typename boost::mpl::if_c<F,const E&,E>::type storage_;
 
-		template<int K,typename I>
+        template<int K,typename I>
         struct result_of_range 
             : auto_size::result_of::insert_range<K,expr,I>{};
 
-		template<int K,typename Range>
+        template<int K,typename Range>
         struct result_of_range2 : result_of_range<
             K, typename boost::range_iterator<Range>::type>{};
 
-		template<typename Range>
+        template<typename Range>
         struct result_of_range3 : result_of_range2<
             boost::remove_const<Range>::type::static_size, Range>{};