Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60898 - in sandbox/statistics/detail/assign: boost/assign/auto_size/check libs/assign/src
From: erwann.rogard_at_[hidden]
Date: 2010-03-28 12:16:48


Author: e_r
Date: 2010-03-28 12:16:46 EDT (Sun, 28 Mar 2010)
New Revision: 60898
URL: http://svn.boost.org/trac/boost/changeset/60898

Log:
m
Text files modified:
   sandbox/statistics/detail/assign/boost/assign/auto_size/check/all.hpp | 6 +++---
   sandbox/statistics/detail/assign/boost/assign/auto_size/check/chain_l.hpp | 18 +++++++++---------
   sandbox/statistics/detail/assign/libs/assign/src/main.cpp | 2 --
   3 files changed, 12 insertions(+), 14 deletions(-)

Modified: sandbox/statistics/detail/assign/boost/assign/auto_size/check/all.hpp
==============================================================================
--- sandbox/statistics/detail/assign/boost/assign/auto_size/check/all.hpp (original)
+++ sandbox/statistics/detail/assign/boost/assign/auto_size/check/all.hpp 2010-03-28 12:16:46 EDT (Sun, 28 Mar 2010)
@@ -6,8 +6,8 @@
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //
 //////////////////////////////////////////////////////////////////////////////
-#ifndef BOOST_ASSIGN_DETAIL_AUTO_SIZE_CHECK_ALL_ER_2010_HPP
-#define BOOST_ASSIGN_DETAIL_AUTO_SIZE_CHECK_ALL_ER_2010_HPP
+//#ifndef BOOST_ASSIGN_DETAIL_AUTO_SIZE_CHECK_ALL_ER_2010_HPP
+//#define BOOST_ASSIGN_DETAIL_AUTO_SIZE_CHECK_ALL_ER_2010_HPP
 #include <boost/preprocessor/cat.hpp>
 #include <vector>
 #include <set>
@@ -80,4 +80,4 @@
 
 #undef BOOST_ASSIGN_AS_CHECK_fun_tpl
 
-#endif
+//#endif

Modified: sandbox/statistics/detail/assign/boost/assign/auto_size/check/chain_l.hpp
==============================================================================
--- sandbox/statistics/detail/assign/boost/assign/auto_size/check/chain_l.hpp (original)
+++ sandbox/statistics/detail/assign/boost/assign/auto_size/check/chain_l.hpp 2010-03-28 12:16:46 EDT (Sun, 28 Mar 2010)
@@ -20,7 +20,7 @@
 #error
 #endif
 
-#define BOOST_ASSIGN_AS_CHECK_chain_l \
+#define BOOST_ASSIGN_AS_CHECK_chain_l \
 { \
     typedef T val_; \
     using namespace check_constants; \
@@ -41,28 +41,28 @@
     BOOST_AUTO(tmp1,BOOST_ASSIGN_AS_CHECK_ref3(a1,b1,c1)); \
     BOOST_AUTO(tmp2,BOOST_ASSIGN_AS_CHECK_ref3(d1,e1,f1)); \
     BOOST_AUTO(tmp3,BOOST_ASSIGN_AS_CHECK_ref2(g1,h1)); \
- boost::copy(ar, boost::begin(chain_l(ar1)(ar2)(ar3))); \
+ boost::copy(ar, boost::begin(chain_l(ar1)(ar2)(ar3))); \
     check_values_impl( \
         ar1[0],ar1[1],ar1[2],ar2[0],ar2[1],ar2[2],ar3[0],ar3[1]); \
- boost::copy(ar, boost::begin(chain_l(ar1)(ar2)(tmp3))); \
+ boost::copy(ar, boost::begin(chain_l(ar1)(ar2)(tmp3))); \
     check_values_impl( \
         ar1[0],ar1[1],ar1[2],ar2[0],ar2[1],ar2[2], g1 , h1 ); \
- boost::copy(ar, boost::begin(chain_l(ar1)(tmp2)(ar3))); \
+ boost::copy(ar, boost::begin(chain_l(ar1)(tmp2)(ar3))); \
     check_values_impl( \
         ar1[0],ar1[1],ar1[2], d1 , e1 , f1 ,ar3[0],ar3[1]); \
- boost::copy(ar, boost::begin(chain_l(ar1)(tmp2)(tmp3))); \
+ boost::copy(ar, boost::begin(chain_l(ar1)(tmp2)(tmp3))); \
     check_values_impl( \
         ar1[0],ar1[1],ar1[2], d1 , e1 , f1 , g1 , h1 ); \
- boost::copy(ar, boost::begin(chain_l(tmp1)(ar2)(ar3))); \
+ boost::copy(ar, boost::begin(chain_l(tmp1)(ar2)(ar3))); \
     check_values_impl( \
         a1 , b1 , c1 ,ar2[0],ar2[1],ar2[2],ar3[0],ar3[1]); \
- boost::copy(ar, boost::begin(chain_l(tmp1)(ar2)(tmp3))); \
+ boost::copy(ar, boost::begin(chain_l(tmp1)(ar2)(tmp3))); \
     check_values_impl( \
         a1 , b1 , c1 ,ar2[0],ar2[1],ar2[2], g1 , h1 ); \
- boost::copy(ar, boost::begin(chain_l(tmp1)(tmp2)(ar3))); \
+ boost::copy(ar, boost::begin(chain_l(tmp1)(tmp2)(ar3))); \
     check_values_impl( \
         a1 , b1 , c1 , d1 , e1 , f1 ,ar3[0],ar3[1]); \
- boost::copy(ar, boost::begin(chain_l(tmp1)(tmp2)(tmp3))); \
+ boost::copy(ar, boost::begin(chain_l(tmp1)(tmp2)(tmp3))); \
     check_values_impl( \
         a1 , b1 , c1 , d1 , e1 , f1 , g1 , h1 ); \
 } \

Modified: sandbox/statistics/detail/assign/libs/assign/src/main.cpp
==============================================================================
--- sandbox/statistics/detail/assign/libs/assign/src/main.cpp (original)
+++ sandbox/statistics/detail/assign/libs/assign/src/main.cpp 2010-03-28 12:16:46 EDT (Sun, 28 Mar 2010)
@@ -74,7 +74,6 @@
        (*fp)();
     }
     std::cout << "check_ref_list_of : ok" << std::endl;
-/*
     { // 1
         fp = check_ref_csv_example1<int>;
        (*fp)();
@@ -136,7 +135,6 @@
        (*fp)();
     }
     std::cout << "check_ref_csv : ok" << std::endl;
-*/
 
     return 0;
 


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