Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r59979 - sandbox/statistics/detail/assign/boost/assign/auto_size/detail
From: erwann.rogard_at_[hidden]
Date: 2010-02-27 21:31:37


Author: e_r
Date: 2010-02-27 21:31:36 EST (Sat, 27 Feb 2010)
New Revision: 59979
URL: http://svn.boost.org/trac/boost/changeset/59979

Log:
m
Text files modified:
   sandbox/statistics/detail/assign/boost/assign/auto_size/detail/auto_size.hpp | 18 +++++++++---------
   1 files changed, 9 insertions(+), 9 deletions(-)

Modified: sandbox/statistics/detail/assign/boost/assign/auto_size/detail/auto_size.hpp
==============================================================================
--- sandbox/statistics/detail/assign/boost/assign/auto_size/detail/auto_size.hpp (original)
+++ sandbox/statistics/detail/assign/boost/assign/auto_size/detail/auto_size.hpp 2010-02-27 21:31:36 EST (Sat, 27 Feb 2010)
@@ -186,13 +186,13 @@
             );
         }
 
- // Needed by csv.hpp
+ // Needed by csv.hpp
         const D& allocated()const{
                         this->alloc_if();
             return static_cast<const D&>(*this);
         }
 
- private:
+ private:
         
         void alloc_if()const{
             if(!this->ptr){
@@ -223,7 +223,7 @@
         // hence a pointer.
         mutable smart_ptr_ ptr;
 
- };
+ };
                     
         // ---- write_to_array ---- //
 
@@ -259,11 +259,11 @@
         static type call(T& a){ return type(top_(),a); }
     };
 
- template<typename T>
- struct first_copy : first_expr<T,ref_copy>{};
+ template<typename T>
+ struct first_copy : first_expr<T,ref_copy>{};
 
- template<typename T>
- struct first_rebind : first_expr<T,ref_rebind>{};
+ template<typename T>
+ struct first_rebind : first_expr<T,ref_rebind>{};
 
         // ---- result_of ---- //
         
@@ -276,10 +276,10 @@
     template<typename T,template<typename> class Ref>
     struct result_of<T,1,Ref> : first_expr<T,Ref>{};
 
- template<typename T,int N>
+ template<typename T,int N>
     struct result_of_copy : result_of<T,N,ref_copy>{};
 
- template<typename T,int N>
+ template<typename T,int N>
     struct result_of_rebind : result_of<T,N,ref_rebind>{};
             
 }// auto_size


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk