$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r60299 - sandbox/statistics/detail/assign/boost/assign/auto_size/detail
From: erwann.rogard_at_[hidden]
Date: 2010-03-07 09:34:49
Author: e_r
Date: 2010-03-07 09:34:48 EST (Sun, 07 Mar 2010)
New Revision: 60299
URL: http://svn.boost.org/trac/boost/changeset/60299
Log:
m
Text files modified: 
   sandbox/statistics/detail/assign/boost/assign/auto_size/detail/expr.hpp |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 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-07 09:34:48 EST (Sun, 07 Mar 2010)
@@ -319,8 +319,8 @@
             template<typename T,int N,
                 template<typename> class R,typename P>
             struct expr{
-        	typedef typename result_of::expr<T,N-1,R,P>::type previous;
-    		typedef auto_size::expr<previous,T,N,R,P> type;
+            typedef typename result_of::expr<T,N-1,R,P>::type previous;
+            typedef auto_size::expr<previous,T,N,R,P> type;
             };
 
             template<typename T,template<typename> class R,typename P>