Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60035 - sandbox/statistics/detail/assign/boost/assign/auto_size/detail
From: erwann.rogard_at_[hidden]
Date: 2010-03-01 09:44:07


Author: e_r
Date: 2010-03-01 09:44:06 EST (Mon, 01 Mar 2010)
New Revision: 60035
URL: http://svn.boost.org/trac/boost/changeset/60035

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

Modified: sandbox/statistics/detail/assign/boost/assign/auto_size/detail/csv.hpp
==============================================================================
--- sandbox/statistics/detail/assign/boost/assign/auto_size/detail/csv.hpp (original)
+++ sandbox/statistics/detail/assign/boost/assign/auto_size/detail/csv.hpp 2010-03-01 09:44:06 EST (Mon, 01 Mar 2010)
@@ -64,21 +64,21 @@
 /**/
 
 #define BOOST_ASSIGN_CSV_ITER(F,N) \
- BOOST_ASSIGN_CSV_ITER_UNQUAL(F,T,T,N) \
- BOOST_ASSIGN_CSV_ITER_UNQUAL(BOOST_PP_CAT(c,F),T,const T,N) \
+ BOOST_ASSIGN_CSV_ITER_UNQUAL(F,T,T,N) \
+ BOOST_ASSIGN_CSV_ITER_UNQUAL(BOOST_PP_CAT(c,F),T,const T,N) \
 /**/
 
 // overloads begin at n = 1
 #define BOOST_ASSIGN_CSV_SHIFTED_ITER(z,n,F) \
- BOOST_ASSIGN_CSV_ITER(F,BOOST_PP_ADD(n,1)) \
+ BOOST_ASSIGN_CSV_ITER(F,BOOST_PP_ADD(n,1)) \
 /**/
 
 #define BOOST_ASSIGN_CSV_REPEAT(fun,N) \
- BOOST_PP_REPEAT(N,BOOST_ASSIGN_CSV_SHIFTED_ITER,fun) \
+ BOOST_PP_REPEAT(N,BOOST_ASSIGN_CSV_SHIFTED_ITER,fun) \
 /**/
 
 #define BOOST_ASSIGN_CSV(fun) \
- BOOST_ASSIGN_CSV_REPEAT(fun,BOOST_ASSIGN_CSV_SIZE) \
+ BOOST_ASSIGN_CSV_REPEAT(fun,BOOST_ASSIGN_CSV_SIZE) \
 /**/
 
 #endif


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