$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r60234 - sandbox/statistics/detail/assign/boost/assign/auto_size/detail
From: erwann.rogard_at_[hidden]
Date: 2010-03-06 10:52:14
Author: e_r
Date: 2010-03-06 10:52:13 EST (Sat, 06 Mar 2010)
New Revision: 60234
URL: http://svn.boost.org/trac/boost/changeset/60234
Log:
m
Text files modified: 
   sandbox/statistics/detail/assign/boost/assign/auto_size/detail/expr.hpp |    10 +++++-----                              
   1 files changed, 5 insertions(+), 5 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 10:52:13 EST (Sat, 06 Mar 2010)
@@ -55,7 +55,7 @@
     // N : size of the collection
     // R : reference wrapper around an element
     // P : policy
-    // F : use reference to link to the previous collection (fast) 
+    // F : use reference to link to the previous collection 
 
     template<typename E,typename T,int N,
         template<typename> class R,typename P,bool F>
@@ -127,10 +127,10 @@
         };
     }
 
-	template<int K,typename E,typename I>
-	typename result_of::insert_range<K,E,I>::type
-	insert_range(const E& e,I i){
-    	typedef result_of::insert_range<K,E,I> result_;
+    template<int K,typename E,typename I>
+    typename result_of::insert_range<K,E,I>::type
+    insert_range(const E& e,I i){
+        typedef result_of::insert_range<K,E,I> result_;
         return result_::call(e,i);
     }