$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r66678 - in sandbox/statistics/support/boost/assign/v2: . anon chain chain/aux_ chain/checking detail detail/checking detail/functor detail/fwd detail/keyword detail/mpl detail/relational_op detail/type_traits put put/compose put/compose/common put/compose/csv put/compose/functor put/generic put/modifier put/range put/range/modifier put/sub ref ref/anon ref/anon/csv ref/anon/functor ref/fusion ref/fusion_matrix ref/static_array ref/static_array/alloc ref/wrapper
From: erwann.rogard_at_[hidden]
Date: 2010-11-22 09:44:32
Author: e_r
Date: 2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
New Revision: 66678
URL: http://svn.boost.org/trac/boost/changeset/66678
Log:
boost/assign/v2 small changes to directory struture. Modifying #includes accordingly 
Text files modified: 
   sandbox/statistics/support/boost/assign/v2/anon/anon.hpp                          |    18 +-----------------                      
   sandbox/statistics/support/boost/assign/v2/anon/cont.hpp                          |     6 +++---                                  
   sandbox/statistics/support/boost/assign/v2/chain/aux_/sub.hpp                     |     2 +-                                      
   sandbox/statistics/support/boost/assign/v2/chain/chain.hpp                        |    24 +-----------------------                
   sandbox/statistics/support/boost/assign/v2/chain/checking/distinct_values.hpp     |     2 +-                                      
   sandbox/statistics/support/boost/assign/v2/chain/checking/twin_values.hpp         |     2 +-                                      
   sandbox/statistics/support/boost/assign/v2/detail/checking/checking.hpp           |    26 +-------------------------              
   sandbox/statistics/support/boost/assign/v2/detail/detail.hpp                      |    26 +-------------------------              
   sandbox/statistics/support/boost/assign/v2/detail/functor/functor.hpp             |    19 +------------------                     
   sandbox/statistics/support/boost/assign/v2/detail/fwd/fwd.hpp                     |    17 +----------------                       
   sandbox/statistics/support/boost/assign/v2/detail/keyword/keyword.hpp             |    17 +----------------                       
   sandbox/statistics/support/boost/assign/v2/detail/mpl/mpl.hpp                     |    17 +----------------                       
   sandbox/statistics/support/boost/assign/v2/detail/relational_op/relational_op.hpp |    16 +---------------                        
   sandbox/statistics/support/boost/assign/v2/detail/type_traits/type_traits.hpp     |    21 +--------------------                   
   sandbox/statistics/support/boost/assign/v2/put/compose/common/common.hpp          |    16 +---------------                        
   sandbox/statistics/support/boost/assign/v2/put/compose/compose.hpp                |    18 +-----------------                      
   sandbox/statistics/support/boost/assign/v2/put/compose/csv/csv.hpp                |    19 +------------------                     
   sandbox/statistics/support/boost/assign/v2/put/compose/functor/functor.hpp        |    19 +------------------                     
   sandbox/statistics/support/boost/assign/v2/put/compose/functor/sub.hpp            |     2 +-                                      
   sandbox/statistics/support/boost/assign/v2/put/generic/crtp.hpp                   |     6 +++---                                  
   sandbox/statistics/support/boost/assign/v2/put/generic/generic.hpp                |    21 +--------------------                   
   sandbox/statistics/support/boost/assign/v2/put/modifier/modifier.hpp              |    23 +----------------------                 
   sandbox/statistics/support/boost/assign/v2/put/put.hpp                            |    20 +-------------------                    
   sandbox/statistics/support/boost/assign/v2/put/range/adaptor.hpp                  |     2 +-                                      
   sandbox/statistics/support/boost/assign/v2/put/range/modifier/modifier.hpp        |    19 +------------------                     
   sandbox/statistics/support/boost/assign/v2/put/range/range.hpp                    |     1 -                                       
   sandbox/statistics/support/boost/assign/v2/put/sub/sub.hpp                        |    18 +-----------------                      
   sandbox/statistics/support/boost/assign/v2/ref/anon/anon.hpp                      |    17 +----------------                       
   sandbox/statistics/support/boost/assign/v2/ref/anon/csv/csv.hpp                   |    24 +-----------------------                
   sandbox/statistics/support/boost/assign/v2/ref/anon/functor/unary.hpp             |    21 +--------------------                   
   sandbox/statistics/support/boost/assign/v2/ref/fusion/fusion.hpp                  |    25 +------------------------               
   sandbox/statistics/support/boost/assign/v2/ref/fusion_matrix/fusion_matrix.hpp    |    17 +----------------                       
   sandbox/statistics/support/boost/assign/v2/ref/ref.hpp                            |     8 ++++----                                
   sandbox/statistics/support/boost/assign/v2/ref/static_array/alloc/alloc.hpp       |    17 +----------------                       
   sandbox/statistics/support/boost/assign/v2/ref/static_array/alloc/fast_alloc.hpp  |     2 +-                                      
   sandbox/statistics/support/boost/assign/v2/ref/static_array/alloc/lazy_alloc.hpp  |     2 +-                                      
   sandbox/statistics/support/boost/assign/v2/ref/static_array/interface.hpp         |     2 +-                                      
   sandbox/statistics/support/boost/assign/v2/ref/static_array/static_array.hpp      |    17 +----------------                       
   sandbox/statistics/support/boost/assign/v2/ref/wrapper/framework.hpp              |     2 +-                                      
   sandbox/statistics/support/boost/assign/v2/ref/wrapper/wrapper.hpp                |    19 +------------------                     
   sandbox/statistics/support/boost/assign/v2/v2.hpp                                 |     6 +++---                                  
   41 files changed, 49 insertions(+), 527 deletions(-)
Modified: sandbox/statistics/support/boost/assign/v2/anon/anon.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/anon/anon.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/anon/anon.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -1,17 +1 @@
-//////////////////////////////////////////////////////////////////////////////
-//  Boost.Assign v2                                                         //
-//                                                                          //
-//  Copyright (C) 2003-2004 Thorsten Ottosen                                //
-//  Copyright (C) 2010 Erwann Rogard                                        //
-//  Use, modification and distribution are subject to the                   //
-//  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_V2_ANON_ANON_ER_2010_HPP
-#define BOOST_ASSIGN_V2_ANON_ANON_ER_2010_HPP
-
-#include <boost/assign/v2/anon/make.hpp>
-#include <boost/assign/v2/anon/cont.hpp>
-#include <boost/assign/v2/anon/csv.hpp>
-
-#endif
+// TODO remove file
\ No newline at end of file
Modified: sandbox/statistics/support/boost/assign/v2/anon/cont.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/anon/cont.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/anon/cont.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -16,11 +16,11 @@
 #include <boost/range/size.hpp>
 #include <boost/range/size_type.hpp>
 #include <boost/range/iterator_range.hpp> //iterator_range_detail::
-#include <boost/assign/v2/put/put.hpp>
-#include <boost/assign/v2/put/range/range.hpp>
+#include <boost/assign/v2/put.hpp>
+#include <boost/assign/v2/put/range.hpp>
 #include <boost/assign/v2/put/generic/result_of_modulo.hpp>
 #include <boost/assign/v2/put/generic/crtp.hpp>
-#include <boost/assign/v2/detail/relational_op/relational_op.hpp>
+#include <boost/assign/v2/detail/relational_op.hpp>
 
 namespace boost{
 namespace assign{
Modified: sandbox/statistics/support/boost/assign/v2/chain/aux_/sub.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/chain/aux_/sub.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/chain/aux_/sub.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -12,7 +12,7 @@
 #define BOOST_ASSIGN_V2_RANGE_CHAIN_AUX_SUB_ER_2010_HPP
 #include <boost/range/iterator_range.hpp> //iterator_range_detail::
 #include <boost/assign/v2/put/range/convert.hpp>
-#include <boost/assign/v2/detail/relational_op/relational_op.hpp>
+#include <boost/assign/v2/detail/relational_op.hpp>
 
 namespace boost{
 namespace assign{
Modified: sandbox/statistics/support/boost/assign/v2/chain/chain.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/chain/chain.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/chain/chain.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -1,23 +1 @@
-//////////////////////////////////////////////////////////////////////////////
-//  Boost.Assign v2                                                         //
-//                                                                          //
-//  Copyright (C) 2003-2004 Thorsten Ottosen                                //
-//  Copyright (C) 2010 Erwann Rogard                                        //
-//  Use, modification and distribution are subject to the                   //
-//  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_V2_CHAIN_CHAIN_ER_2010_HPP
-#define BOOST_ASSIGN_V2_CHAIN_CHAIN_ER_2010_HPP
-#include <boost/assign/v2/chain/traits/result.hpp>
-#include <boost/assign/v2/chain/aux_/bitwise_or.hpp>
-#include <boost/assign/v2/chain/aux_/logical_and.hpp>
-
-// Usage
-//	using namespace boost::assign::v2;
-//	v = r1 && r2 && r3;
-//  using namespace adaptor;
-//  w = r1 | chain( r2 ) | chain( r3 );
-//  BOOST_ASSERT(v == w);
-
-#endif
+// TODO remove file
\ No newline at end of file
Modified: sandbox/statistics/support/boost/assign/v2/chain/checking/distinct_values.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/chain/checking/distinct_values.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/chain/checking/distinct_values.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -14,7 +14,7 @@
 #include <boost/type_traits/is_same.hpp>
 #include <boost/assign/v2/detail/checking/constants.hpp>
 #include <boost/assign/v2/detail/checking/container.hpp>
-#include <boost/assign/v2/chain/chain.hpp>
+#include <boost/assign/v2/chain.hpp>
 
 namespace boost{
 namespace assign{ 
Modified: sandbox/statistics/support/boost/assign/v2/chain/checking/twin_values.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/chain/checking/twin_values.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/chain/checking/twin_values.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -17,7 +17,7 @@
 #include <boost/assign/v2/ref/detail/unwrap/range.hpp>
 #include <boost/assign/v2/ref/wrapper/copy.hpp>
 #include <boost/assign/v2/chain/traits/use_lvalue.hpp>
-#include <boost/assign/v2/chain/chain.hpp>
+#include <boost/assign/v2/chain.hpp>
 
 namespace boost{
 namespace assign{ 
Modified: sandbox/statistics/support/boost/assign/v2/detail/checking/checking.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/detail/checking/checking.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/detail/checking/checking.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -1,25 +1 @@
-//////////////////////////////////////////////////////////////////////////////
-//  Boost.Assign v2                                                         //
-//                                                                          //
-//  Copyright (C) 2003-2004 Thorsten Ottosen                                //
-//  Copyright (C) 2010 Erwann Rogard                                        //
-//  Use, modification and distribution are subject to the                   //
-//  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_V2_DETAIL_CHECKING_CHECKING_ER_2010_HPP
-#define BOOST_ASSIGN_V2_DETAIL_CHECKING_CHECKING_ER_2010_HPP
-
-#include <boost/assign/v2/detail/checking/array.hpp>
-#include <boost/assign/v2/detail/checking/assert.hpp>
-#include <boost/assign/v2/detail/checking/check_equal.hpp>
-#include <boost/assign/v2/detail/checking/container.hpp>
-#include <boost/assign/v2/detail/checking/constants.hpp>
-#include <boost/assign/v2/detail/checking/deduce_check.hpp>
-#include <boost/assign/v2/detail/checking/fifo.hpp>
-#include <boost/assign/v2/detail/checking/lifo.hpp>
-#include <boost/assign/v2/detail/checking/map.hpp>
-#include <boost/assign/v2/detail/checking/range.hpp>
-#include <boost/assign/v2/detail/checking/relational_op.hpp>
-
-#endif
+// TODO remove file
\ No newline at end of file
Modified: sandbox/statistics/support/boost/assign/v2/detail/detail.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/detail/detail.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/detail/detail.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -1,25 +1 @@
-//////////////////////////////////////////////////////////////////////////////
-//  Boost.Assign v2                                                         //
-//                                                                          //
-//  Copyright (C) 2003-2004 Thorsten Ottosen                                //
-//  Copyright (C) 2010 Erwann Rogard                                        //
-//  Use, modification and distribution are subject to the                   //
-//  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_V2_DETAIL_DETAIL_ER_2010_HPP
-#define BOOST_ASSIGN_V2_DETAIL_DETAIL_ER_2010_HPP
-
-#include <boost/assign/v2/detail/checking/checking.hpp>
-#include <boost/assign/v2/detail/functor/functor.hpp>
-#include <boost/assign/v2/detail/fwd/fwd.hpp>
-#include <boost/assign/v2/detail/keyword/keyword.hpp>
-#include <boost/assign/v2/detail/mpl/mpl.hpp>
-#include <boost/assign/v2/detail/relational_op/relational_op.hpp>
-#include <boost/assign/v2/detail/type_traits/type_traits.hpp>
-
-// Don't include
-// /checking/checking.hpp
-// /config/config 
-
-#endif
+// TODO remove file
\ No newline at end of file
Modified: sandbox/statistics/support/boost/assign/v2/detail/functor/functor.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/detail/functor/functor.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/detail/functor/functor.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -1,18 +1 @@
-//////////////////////////////////////////////////////////////////////////////
-//  Boost.Assign v2                                                         //
-//                                                                          //
-//  Copyright (C) 2003-2004 Thorsten Ottosen                                //
-//  Copyright (C) 2010 Erwann Rogard                                        //
-//  Use, modification and distribution are subject to the                   //
-//  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_V2_DETAIL_FUNCTOR_FUNCTOR_ER_2010_HPP
-#define BOOST_ASSIGN_V2_DETAIL_FUNCTOR_FUNCTOR_ER_2010_HPP
-
-#include <boost/assign/v2/detail/functor/crtp_unary_and_up.hpp>
-#include <boost/assign/v2/detail/functor/constructor.hpp>
-#include <boost/assign/v2/detail/functor/identity.hpp>
-#include <boost/assign/v2/detail/functor/new.hpp>
-
-#endif
\ No newline at end of file
+// TODO remove file
\ No newline at end of file
Modified: sandbox/statistics/support/boost/assign/v2/detail/fwd/fwd.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/detail/fwd/fwd.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/detail/fwd/fwd.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -1,16 +1 @@
-//////////////////////////////////////////////////////////////////////////////
-//  Boost.Assign v2                                                         //
-//                                                                          //
-//  Copyright (C) 2003-2004 Thorsten Ottosen                                //
-//  Copyright (C) 2010 Erwann Rogard                                        //
-//  Use, modification and distribution are subject to the                   //
-//  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_V2_DETAIL_FWD_FWD_ER_2010_HPP
-#define BOOST_ASSIGN_V2_DETAIL_FWD_FWD_ER_2010_HPP
-
-#include <boost/assign/v2/detail/fwd/container.hpp>
-#include <boost/assign/v2/detail/fwd/ptr_container.hpp>
-
-#endif
+// TODO remove file
\ No newline at end of file
Modified: sandbox/statistics/support/boost/assign/v2/detail/keyword/keyword.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/detail/keyword/keyword.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/detail/keyword/keyword.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -1,16 +1 @@
-//////////////////////////////////////////////////////////////////////////////
-//  Boost.Assign v2                                                         //
-//                                                                          //
-//  Copyright (C) 2003-2004 Thorsten Ottosen                                //
-//  Copyright (C) 2010 Erwann Rogard                                        //
-//  Use, modification and distribution are subject to the                   //
-//  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_V2_DETAIL_KEYWORD_KEYWORD_ER_2010_HPP
-#define BOOST_ASSIGN_V2_DETAIL_KEYWORD_KEYWORD_ER_2010_HPP
-
-#include <boost/assign/v2/detail/keyword/nil.hpp>
-#include <boost/assign/v2/detail/keyword/unwrap.hpp>
-
-#endif
+// TODO remove file
\ No newline at end of file
Modified: sandbox/statistics/support/boost/assign/v2/detail/mpl/mpl.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/detail/mpl/mpl.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/detail/mpl/mpl.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -1,16 +1 @@
-//////////////////////////////////////////////////////////////////////////////
-//  Boost.Assign v2                                                         //
-//                                                                          //
-//  Copyright (C) 2003-2004 Thorsten Ottosen                                //
-//  Copyright (C) 2010 Erwann Rogard                                        //
-//  Use, modification and distribution are subject to the                   //
-//  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_V2_TYPE_TRAITS_MPL_MPL_ER_2010_HPP
-#define BOOST_ASSIGN_V2_TYPE_TRAITS_MPL_MPL_ER_2010_HPP
-
-#include <boost/assign/v2/detail/mpl/always.hpp>
-#include <boost/assign/v2/detail/mpl/switch.hpp>
-
-#endif
+// TODO remove file
\ No newline at end of file
Modified: sandbox/statistics/support/boost/assign/v2/detail/relational_op/relational_op.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/detail/relational_op/relational_op.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/detail/relational_op/relational_op.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -1,15 +1 @@
-//////////////////////////////////////////////////////////////////////////////
-//  Boost.Assign v2                                                         //
-//                                                                          //
-//  Copyright (C) 2003-2004 Thorsten Ottosen                                //
-//  Copyright (C) 2010 Erwann Rogard                                        //
-//  Use, modification and distribution are subject to the                   //
-//  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_V2_DETAIL_RELATIONAL_OP_RELATIONAL_OP_ER_2010_HPP
-#define BOOST_ASSIGN_V2_DETAIL_RELATIONAL_OP_RELATIONAL_OP_ER_2010_HPP
-
-#include <boost/assign/v2/detail/relational_op/crtp.hpp>
-
-#endif
+// TODO remove file
\ No newline at end of file
Modified: sandbox/statistics/support/boost/assign/v2/detail/type_traits/type_traits.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/detail/type_traits/type_traits.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/detail/type_traits/type_traits.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -1,20 +1 @@
-//////////////////////////////////////////////////////////////////////////////
-//  Boost.Assign v2                                                         //
-//                                                                          //
-//  Copyright (C) 2003-2004 Thorsten Ottosen                                //
-//  Copyright (C) 2010 Erwann Rogard                                        //
-//  Use, modification and distribution are subject to the                   //
-//  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_V2_TYPE_TRAITS_TYPE_TRAITS_ER_2010_HPP
-#define BOOST_ASSIGN_V2_TYPE_TRAITS_TYPE_TRAITS_ER_2010_HPP
-
-#include <boost/assign/v2/detail/type_traits/decay.hpp>
-#include <boost/assign/v2/detail/type_traits/has_value_type.hpp>
-#include <boost/assign/v2/detail/type_traits/is_stl_pair.hpp>
-#include <boost/assign/v2/detail/type_traits/meta_convert.hpp>
-#include <boost/assign/v2/detail/type_traits/value.hpp>
-#include <boost/assign/v2/detail/type_traits/container/container.hpp>
-
-#endif
\ No newline at end of file
+// TODO remove file
\ No newline at end of file
Modified: sandbox/statistics/support/boost/assign/v2/put/compose/common/common.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/put/compose/common/common.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/put/compose/common/common.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -1,15 +1 @@
-//////////////////////////////////////////////////////////////////////////////
-//  Boost.Assign v2                                                         //
-//                                                                          //
-//  Copyright (C) 2003-2004 Thorsten Ottosen                                //
-//  Copyright (C) 2010 Erwann Rogard                                        //
-//  Use, modification and distribution are subject to the                   //
-//  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_V2_PUT_COMPOSE_COMMON_COMMON_ER_2010_HPP
-#define BOOST_ASSIGN_V2_PUT_COMPOSE_COMMON_COMMON_ER_2010_HPP
-
-#include <boost/assign/v2/put/compose/common/forward_parameter.hpp>
-
-#endif
+// TODO remove file
\ No newline at end of file
Modified: sandbox/statistics/support/boost/assign/v2/put/compose/compose.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/put/compose/compose.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/put/compose/compose.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -1,17 +1 @@
-//////////////////////////////////////////////////////////////////////////////
-//  Boost.Assign v2                                                         //
-//                                                                          //
-//  Copyright (C) 2003-2004 Thorsten Ottosen                                //
-//  Copyright (C) 2010 Erwann Rogard                                        //
-//  Use, modification and distribution are subject to the                   //
-//  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_V2_PUT_COMPOSE_COMPOSE_ER_2010_HPP
-#define BOOST_ASSIGN_V2_PUT_COMPOSE_COMPOSE_ER_2010_HPP
-
-#include <boost/assign/v2/put/compose/common/common.hpp>
-#include <boost/assign/v2/put/compose/functor/functor.hpp>
-#include <boost/assign/v2/put/compose/csv/csv.hpp>
-
-#endif
+// TODO remove file
\ No newline at end of file
Modified: sandbox/statistics/support/boost/assign/v2/put/compose/csv/csv.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/put/compose/csv/csv.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/put/compose/csv/csv.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -1,18 +1 @@
-//////////////////////////////////////////////////////////////////////////////
-//  Boost.Assign v2                                                         //
-//                                                                          //
-//  Copyright (C) 2003-2004 Thorsten Ottosen                                //
-//  Copyright (C) 2010 Erwann Rogard                                        //
-//  Use, modification and distribution are subject to the                   //
-//  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_V2_PUT_COMPOSE_CSV_CSV_ER_2010_HPP
-#define BOOST_ASSIGN_V2_PUT_COMPOSE_CSV_CSV_ER_2010_HPP
-
-#include <boost/assign/v2/put/compose/csv/held.hpp>
-#include <boost/assign/v2/put/compose/csv/composer.hpp>
-#include <boost/assign/v2/put/compose/csv/forward_seq_arg.hpp>
-#include <boost/assign/v2/put/compose/csv/sub.hpp>
-
-#endif
+// TODO remove file
\ No newline at end of file
Modified: sandbox/statistics/support/boost/assign/v2/put/compose/functor/functor.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/put/compose/functor/functor.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/put/compose/functor/functor.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -1,18 +1 @@
-//////////////////////////////////////////////////////////////////////////////
-//  Boost.Assign v2                                                         //
-//                                                                          //
-//  Copyright (C) 2003-2004 Thorsten Ottosen                                //
-//  Copyright (C) 2010 Erwann Rogard                                        //
-//  Use, modification and distribution are subject to the                   //
-//  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_V2_PUT_COMPOSE_FUNCTOR_FUNCTOR_ER_2010_HPP
-#define BOOST_ASSIGN_V2_PUT_COMPOSE_FUNCTOR_FUNCTOR_ER_2010_HPP
-
-#include <boost/assign/v2/put/compose/functor/composer.hpp>
-#include <boost/assign/v2/put/compose/functor/forward_args.hpp>
-#include <boost/assign/v2/put/compose/functor/forward_seq_args.hpp>
-#include <boost/assign/v2/put/compose/functor/sub.hpp>
-
-#endif
+// TODO remove file
\ No newline at end of file
Modified: sandbox/statistics/support/boost/assign/v2/put/compose/functor/sub.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/put/compose/functor/sub.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/put/compose/functor/sub.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -10,7 +10,7 @@
 #ifndef BOOST_ASSIGN_V2_PUT_COMPOSE_SUB_ER_2010_HPP
 #define BOOST_ASSIGN_V2_PUT_COMPOSE_SUB_ER_2010_HPP
 #include <boost/assign/v2/put/sub/make.hpp>
-#include <boost/assign/v2/put/generic/generic.hpp>
+#include <boost/assign/v2/put/generic.hpp>
 #include <boost/assign/v2/put/compose/common/forward_parameter.hpp>
 #include <boost/assign/v2/put/compose/functor/composer.hpp>
 #include <boost/assign/v2/put/compose/functor/forward_seq_args.hpp>
Modified: sandbox/statistics/support/boost/assign/v2/put/generic/crtp.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/put/generic/crtp.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/put/generic/crtp.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -16,10 +16,10 @@
 #include <boost/range/reference.hpp>
 
 #include <boost/assign/v2/detail/type_traits/container/is_ptr_container.hpp>
-#include <boost/assign/v2/detail/functor/functor.hpp>
-#include <boost/assign/v2/detail/keyword/keyword.hpp>
+#include <boost/assign/v2/detail/functor.hpp>
+#include <boost/assign/v2/detail/keyword.hpp>
 
-#include <boost/assign/v2/put/modifier/modifier.hpp>
+#include <boost/assign/v2/put/modifier.hpp>
 #include <boost/assign/v2/put/generic/result_of_modulo.hpp>
 #include <boost/assign/v2/put/generic/expose_modifier.hpp>
 #include <boost/assign/v2/put/generic/expose_fun.hpp>
Modified: sandbox/statistics/support/boost/assign/v2/put/generic/generic.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/put/generic/generic.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/put/generic/generic.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -1,20 +1 @@
-//////////////////////////////////////////////////////////////////////////////
-//  Boost.Assign v2                                                         //
-//                                                                          //
-//  Copyright (C) 2003-2004 Thorsten Ottosen                                //
-//  Copyright (C) 2010 Erwann Rogard                                        //
-//  Use, modification and distribution are subject to the                   //
-//  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_V2_PUT_GENERIC_GENERIC_ER_2010_HPP
-#define BOOST_ASSIGN_V2_PUT_GENERIC_GENERIC_ER_2010_HPP
-
-#include <boost/assign/v2/put/generic/crtp.hpp>
-#include <boost/assign/v2/put/generic/expose_fun.hpp>
-#include <boost/assign/v2/put/generic/expose_modifier.hpp>
-#include <boost/assign/v2/put/generic/new_fun.hpp>
-#include <boost/assign/v2/put/generic/new_modifier.hpp>
-#include <boost/assign/v2/put/generic/result_of_modulo.hpp>
-
-#endif
+// TODO remove file
\ No newline at end of file
Modified: sandbox/statistics/support/boost/assign/v2/put/modifier/modifier.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/put/modifier/modifier.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/put/modifier/modifier.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -1,22 +1 @@
-//////////////////////////////////////////////////////////////////////////////
-//  Boost.Assign v2                                                         //
-//                                                                          //
-//  Copyright (C) 2003-2004 Thorsten Ottosen                                //
-//  Copyright (C) 2010 Erwann Rogard                                        //
-//  Use, modification and distribution are subject to the                   //
-//  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_V2_PUT_MODIFIER_MODIFIER_ER_2010_HPP
-#define BOOST_ASSIGN_V2_PUT_MODIFIER_MODIFIER_ER_2010_HPP
-
-#include <boost/assign/v2/put/modifier/at_next.hpp>
-#include <boost/assign/v2/put/modifier/deduce.hpp>
-#include <boost/assign/v2/put/modifier/incr_lookup.hpp>
-#include <boost/assign/v2/put/modifier/insert.hpp>
-#include <boost/assign/v2/put/modifier/push.hpp>
-#include <boost/assign/v2/put/modifier/push_back.hpp>
-#include <boost/assign/v2/put/modifier/push_front.hpp>
-#include <boost/assign/v2/put/modifier/repeat.hpp>
-
-#endif
+// TODO remove file
\ No newline at end of file
Modified: sandbox/statistics/support/boost/assign/v2/put/put.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/put/put.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/put/put.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -1,19 +1 @@
-//////////////////////////////////////////////////////////////////////////////
-//  Boost.Assign v2                                                         //
-//                                                                          //
-//  Copyright (C) 2003-2004 Thorsten Ottosen                                //
-//  Copyright (C) 2010 Erwann Rogard                                        //
-//  Use, modification and distribution are subject to the                   //
-//  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_V2_PUT_PUT_ER_2010_HPP
-#define BOOST_ASSIGN_V2_PUT_PUT_ER_2010_HPP
-
-#include <boost/assign/v2/put/compose/compose.hpp>
-#include <boost/assign/v2/put/generic/generic.hpp>
-#include <boost/assign/v2/put/modifier/modifier.hpp>
-#include <boost/assign/v2/put/range/range.hpp>
-#include <boost/assign/v2/put/sub/sub.hpp>
-
-#endif
+// TODO remove file
\ No newline at end of file
Modified: sandbox/statistics/support/boost/assign/v2/put/range/adaptor.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/put/range/adaptor.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/put/range/adaptor.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -9,7 +9,7 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_PUT_RANGE_ADAPTOR_ER_2010_HPP
 #define BOOST_ASSIGN_V2_PUT_RANGE_ADAPTOR_ER_2010_HPP
-#include <boost/assign/v2/put/range/modifier/modifier.hpp>
+#include <boost/assign/v2/put/range/modifier.hpp>
 
 namespace boost{
 namespace assign{
Modified: sandbox/statistics/support/boost/assign/v2/put/range/modifier/modifier.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/put/range/modifier/modifier.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/put/range/modifier/modifier.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -1,18 +1 @@
-//////////////////////////////////////////////////////////////////////////////
-//  Boost.Assign v2                                                         //
-//                                                                          //
-//  Copyright (C) 2003-2004 Thorsten Ottosen                                //
-//  Copyright (C) 2010 Erwann Rogard                                        //
-//  Use, modification and distribution are subject to the                   //
-//  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_V2_PUT_RANGE_MODIFIER_MODIFIER_ER_2010_HPP
-#define BOOST_ASSIGN_V2_PUT_RANGE_MODIFIER_MODIFIER_ER_2010_HPP
-
-#include <boost/assign/v2/put/range/modifier/put.hpp>
-#include <boost/assign/v2/put/range/modifier/copy.hpp>
-#include <boost/assign/v2/put/range/modifier/range.hpp>
-#include <boost/assign/v2/put/range/modifier/deduce.hpp>
-
-#endif
+// TODO remove file
\ No newline at end of file
Modified: sandbox/statistics/support/boost/assign/v2/put/range/range.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/put/range/range.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/put/range/range.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -10,7 +10,6 @@
 #ifndef BOOST_ASSIGN_V2_PUT_RANGE_RANGE_ER_2010_HPP
 #define BOOST_ASSIGN_V2_PUT_RANGE_RANGE_ER_2010_HPP
 #include <boost/assign/v2/put/range/adaptor.hpp>
-#include <boost/assign/v2/put/range/convert.hpp>
 
 namespace boost{
 namespace assign{
Modified: sandbox/statistics/support/boost/assign/v2/put/sub/sub.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/put/sub/sub.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/put/sub/sub.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -1,17 +1 @@
-//////////////////////////////////////////////////////////////////////////////
-//  Boost.Assign v2                                                         //
-//                                                                          //
-//  Copyright (C) 2003-2004 Thorsten Ottosen                                //
-//  Copyright (C) 2010 Erwann Rogard                                        //
-//  Use, modification and distribution are subject to the                   //
-//  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_V2_PUT_SUB_SUB_ER_2010_HPP
-#define BOOST_ASSIGN_V2_PUT_SUB_SUB_ER_2010_HPP
-
-#include <boost/assign/v2/put/sub/make.hpp>
-#include <boost/assign/v2/put/sub/csv.hpp>
-
-#endif
-
+// TODO remove file
\ No newline at end of file
Modified: sandbox/statistics/support/boost/assign/v2/ref/anon/anon.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/ref/anon/anon.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/ref/anon/anon.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -1,16 +1 @@
-//////////////////////////////////////////////////////////////////////////////
-//  Boost.Assign v2                                                         //
-//                                                                          //
-//  Copyright (C) 2003-2004 Thorsten Ottosen                                //
-//  Copyright (C) 2010 Erwann Rogard                                        //
-//  Use, modification and distribution are subject to the                   //
-//  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_V2_REF_ANON_ANON_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_ANON_ANON_ER_2010_HPP
-
-#include <boost/assign/v2/ref/anon/functor/unary.hpp>
-#include <boost/assign/v2/ref/anon/csv/csv.hpp>
-
-#endif
+// TODO remove file
\ No newline at end of file
Modified: sandbox/statistics/support/boost/assign/v2/ref/anon/csv/csv.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/ref/anon/csv/csv.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/ref/anon/csv/csv.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -1,23 +1 @@
-//////////////////////////////////////////////////////////////////////////////
-//  Boost.Assign v2                                                         //
-//                                                                          //
-//  Copyright (C) 2003-2004 Thorsten Ottosen                                //
-//  Copyright (C) 2010 Erwann Rogard                                        //
-//  Use, modification and distribution are subject to the                   //
-//  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_V2_REF_CONTAINER_ANON_CSV_CSV_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_CONTAINER_ANON_CSV_CSV_ER_2010_HPP
-#include <boost/assign/v2/ref/anon/csv/nth_result_of.hpp>
-#include <boost/assign/v2/ref/anon/csv/make.hpp>
-#include <boost/assign/v2/ref/anon/csv/assign_copy.hpp>
-#include <boost/assign/v2/ref/anon/csv/assign_rebind.hpp>
-
-#undef BOOST_ASSIGN_V2_REF_CSV_ARRAY_invoke
-#undef BOOST_ASSIGN_V2_REF_CSV_ARRAY_tpl
-#undef xxx_Tag1
-#undef BOOST_ASSIGN_V2_REF_CSV_ARRAY_iter
-#undef BOOST_ASSIGN_V2_REF_CSV_ARRAY_ASSIGN_XXX
-
-#endif
+// TODO remove file
\ No newline at end of file
Modified: sandbox/statistics/support/boost/assign/v2/ref/anon/functor/unary.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/ref/anon/functor/unary.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/ref/anon/functor/unary.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -1,20 +1 @@
-//////////////////////////////////////////////////////////////////////////////
-//  Boost.Assign v2                                                         //
-//                                                                          //
-//  Copyright (C) 2003-2004 Thorsten Ottosen                                //
-//  Copyright (C) 2010 Erwann Rogard                                        //
-//  Use, modification and distribution are subject to the                   //
-//  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_V2_REF_ANON_FUNCTOR_FUNCTOR_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_ANON_FUNCTOR_FUNCTOR_ER_2010_HPP
-
-#include <boost/assign/v2/ref/anon/functor/assign_copy.hpp>
-#include <boost/assign/v2/ref/anon/functor/assign_rebind.hpp>
-#include <boost/assign/v2/ref/anon/functor/make.hpp>
-#include <boost/assign/v2/ref/anon/functor/nth_result_of.hpp>
-#include <boost/assign/v2/ref/anon/functor/tag2.hpp>
-
-#endif
-
+// TODO remove file
\ No newline at end of file
Modified: sandbox/statistics/support/boost/assign/v2/ref/fusion/fusion.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/ref/fusion/fusion.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/ref/fusion/fusion.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -1,24 +1 @@
-//////////////////////////////////////////////////////////////////////////////
-//  Boost.Assign v2                                                         //
-//                                                                          //
-//  Copyright (C) 2003-2004 Thorsten Ottosen                                //
-//  Copyright (C) 2010 Erwann Rogard                                        //
-//  Use, modification and distribution are subject to the                   //
-//  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_V2_REF_FUSION_FUSION_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_FUSION_FUSION_ER_2010_HPP
-
-#include <boost/assign/v2/ref/fusion/assign_array.hpp>
-#include <boost/assign/v2/ref/fusion/assign_copy.hpp>
-#include <boost/assign/v2/ref/fusion/assign_rebind.hpp>
-#include <boost/assign/v2/ref/fusion/container.hpp>
-#include <boost/assign/v2/ref/fusion/make.hpp>
-#include <boost/assign/v2/ref/fusion/most_const.hpp>
-#include <boost/assign/v2/ref/fusion/nil_arg.hpp>
-#include <boost/assign/v2/ref/fusion/nth_result_of.hpp>
-#include <boost/assign/v2/ref/fusion/policy.hpp>
-#include <boost/assign/v2/ref/fusion/root.hpp>
-
-#endif
+// TODO remove file
\ No newline at end of file
Modified: sandbox/statistics/support/boost/assign/v2/ref/fusion_matrix/fusion_matrix.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/ref/fusion_matrix/fusion_matrix.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/ref/fusion_matrix/fusion_matrix.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -1,16 +1 @@
-//////////////////////////////////////////////////////////////////////////////
-//  Boost.Assign v2                                                         //
-//                                                                          //
-//  Copyright (C) 2003-2004 Thorsten Ottosen                                //
-//  Copyright (C) 2010 Erwann Rogard                                        //
-//  Use, modification and distribution are subject to the                   //
-//  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_V2_REF_FUSION_MATRIX_FUSION_MATRIX_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_FUSION_MATRIX_FUSION_MATRIX_ER_2010_HPP
-
-#include <boost/assign/v2/ref/fusion_matrix/container.hpp>
-#include <boost/assign/v2/ref/fusion_matrix/nth_result_of.hpp>
-
-#endif
+// TODO remove file
\ No newline at end of file
Modified: sandbox/statistics/support/boost/assign/v2/ref/ref.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/ref/ref.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/ref/ref.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -10,9 +10,9 @@
 #ifndef BOOST_ASSIGN_V2_REF_REF_ER_2010_HPP
 #define BOOST_ASSIGN_V2_REF_REF_ER_2010_HPP
 
-#include <boost/assign/v2/ref/anon/anon.hpp>
-#include <boost/assign/v2/ref/fusion/fusion.hpp>
-#include <boost/assign/v2/ref/fusion_matrix/fusion_matrix.hpp>
-#include <boost/assign/v2/ref/wrapper/wrapper.hpp>
+#include <boost/assign/v2/ref/anon.hpp>
+#include <boost/assign/v2/ref/fusion.hpp>
+#include <boost/assign/v2/ref/fusion_matrix.hpp>
+#include <boost/assign/v2/ref/wrapper.hpp>
 
 #endif
Modified: sandbox/statistics/support/boost/assign/v2/ref/static_array/alloc/alloc.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/ref/static_array/alloc/alloc.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/ref/static_array/alloc/alloc.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -1,16 +1 @@
-//////////////////////////////////////////////////////////////////////////////
-//  Boost.Assign v2                                                         //
-//                                                                          //
-//  Copyright (C) 2003-2004 Thorsten Ottosen                                //
-//  Copyright (C) 2010 Erwann Rogard                                        //
-//  Use, modification and distribution are subject to the                   //
-//  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_V2_REF_STATIC_ARRAY_ALLOC_ALLOC_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_STATIC_ARRAY_ALLOC_ALLOC_ER_2010_HPP
-
-#include <boost/assign/v2/ref/static_array/alloc/fast_alloc.hpp>
-#include <boost/assign/v2/ref/static_array/alloc/lazy_alloc.hpp>
-
-#endif
+// TODO remove file
\ No newline at end of file
Modified: sandbox/statistics/support/boost/assign/v2/ref/static_array/alloc/fast_alloc.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/ref/static_array/alloc/fast_alloc.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/ref/static_array/alloc/fast_alloc.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -9,7 +9,7 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_REF_STATIC_ARRAY_ALLOC_FAST_ALLOC_ER_2010_HPP
 #define BOOST_ASSIGN_V2_REF_STATIC_ARRAY_ALLOC_FAST_ALLOC_ER_2010_HPP
-#include <boost/assign/v2/ref/wrapper/wrapper.hpp>
+#include <boost/assign/v2/ref/wrapper.hpp>
 #include <boost/assign/v2/ref/fusion/assign_array.hpp>
 #include <boost/assign/v2/ref/static_array/interface.hpp>
 #include <boost/assign/v2/ref/static_array/alloc/fast_alloc_fwd.hpp>
Modified: sandbox/statistics/support/boost/assign/v2/ref/static_array/alloc/lazy_alloc.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/ref/static_array/alloc/lazy_alloc.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/ref/static_array/alloc/lazy_alloc.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -10,7 +10,7 @@
 #ifndef BOOST_ASSIGN_V2_REF_STATIC_ARRAY_ALLOC_LAZY_ALLOC_ER_2010_HPP
 #define BOOST_ASSIGN_V2_REF_STATIC_ARRAY_ALLOC_LAZY_ALLOC_ER_2010_HPP
 #include <boost/shared_ptr.hpp>
-#include <boost/assign/v2/ref/wrapper/wrapper.hpp>
+#include <boost/assign/v2/ref/wrapper.hpp>
 #include <boost/assign/v2/ref/fusion/assign_array.hpp>
 #include <boost/assign/v2/ref/static_array/alloc/lazy_alloc_fwd.hpp>
 #include <boost/assign/v2/ref/static_array/interface.hpp>
Modified: sandbox/statistics/support/boost/assign/v2/ref/static_array/interface.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/ref/static_array/interface.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/ref/static_array/interface.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -27,7 +27,7 @@
 #include <boost/assign/v2/ref/wrapper/framework.hpp>
 #include <boost/assign/v2/ref/wrapper/crtp.hpp>
 #include <boost/assign/v2/ref/detail/unwrap/range.hpp>
-#include <boost/assign/v2/detail/relational_op/relational_op.hpp>
+#include <boost/assign/v2/detail/relational_op.hpp>
 #include <boost/assign/v2/put/range/convert.hpp>
 
 namespace boost{
Modified: sandbox/statistics/support/boost/assign/v2/ref/static_array/static_array.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/ref/static_array/static_array.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/ref/static_array/static_array.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -1,16 +1 @@
-//////////////////////////////////////////////////////////////////////////////
-//  Boost.Assign v2                                                         //
-//                                                                          //
-//  Copyright (C) 2003-2004 Thorsten Ottosen                                //
-//  Copyright (C) 2010 Erwann Rogard                                        //
-//  Use, modification and distribution are subject to the                   //
-//  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_V2_REF_STATIC_ARRAY_STATIC_ARRAY_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_STATIC_ARRAY_STATIC_ARRAY_ER_2010_HPP
-
-#include <boost/assign/v2/ref/static_array/alloc/alloc.hpp>
-#include <boost/assign/v2/ref/static_array/interface.hpp>
-
-#endif
+// TODO remove file
\ No newline at end of file
Modified: sandbox/statistics/support/boost/assign/v2/ref/wrapper/framework.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/ref/wrapper/framework.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/ref/wrapper/framework.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -51,7 +51,7 @@
 
 #include <boost/mpl/bool.hpp>
 #include <boost/ref.hpp>
-#include <boost/assign/v2/ref/wrapper/wrapper.hpp>
+#include <boost/assign/v2/ref/wrapper.hpp>
 
 // These are specializations of classes in boost/ref.hpp.
 
Modified: sandbox/statistics/support/boost/assign/v2/ref/wrapper/wrapper.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/ref/wrapper/wrapper.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/ref/wrapper/wrapper.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -1,18 +1 @@
-//////////////////////////////////////////////////////////////////////////////
-//  Boost.Assign v2                                                         //
-//                                                                          //
-//  Copyright (C) 2003-2004 Thorsten Ottosen                                //
-//  Copyright (C) 2010 Erwann Rogard                                        //
-//  Use, modification and distribution are subject to the                   //
-//  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_V2_REF_WRAPPER_WRAPPER_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_WRAPPER_WRAPPER_ER_2010_HPP
-
-#include <boost/assign/v2/ref/wrapper/deduce_assign_tag.hpp>
-#include <boost/assign/v2/ref/wrapper/copy.hpp>
-#include <boost/assign/v2/ref/wrapper/rebind.hpp>
-#include <boost/assign/v2/ref/wrapper/cpp0x.hpp>
-
-#endif
+// TODO remove file
\ No newline at end of file
Modified: sandbox/statistics/support/boost/assign/v2/v2.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/v2.hpp	(original)
+++ sandbox/statistics/support/boost/assign/v2/v2.hpp	2010-11-22 09:44:21 EST (Mon, 22 Nov 2010)
@@ -10,10 +10,10 @@
 #ifndef BOOST_ASSIGN_V2_V2_ER_2010_HPP
 #define BOOST_ASSIGN_V2_V2_ER_2010_HPP
 
-#include <boost/assign/v2/anon/anon.hpp>
-#include <boost/assign/v2/chain/chain.hpp>
+#include <boost/assign/v2/anon.hpp>
+#include <boost/assign/v2/chain.hpp>
 #include <boost/assign/v2/detail/detail.hpp>
-#include <boost/assign/v2/put/put.hpp>
+#include <boost/assign/v2/put.hpp>
 #include <boost/assign/v2/ref/ref.hpp>
 
 #endif