$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r70269 - in sandbox/assign_v2: boost/assign/v2/value boost/assign/v2/value/pipe libs/assign/v2/test libs/assign/v2/test/modifier libs/assign/v2/test/unit_testing libs/assign/v2/test/utility libs/assign/v2/test/value libs/assign/v2/test/value/pipe libs/assign/v2/test/value/pipe/modifier
From: erwann.rogard_at_[hidden]
Date: 2011-03-20 21:39:05
Author: e_r
Date: 2011-03-20 21:39:00 EDT (Sun, 20 Mar 2011)
New Revision: 70269
URL: http://svn.boost.org/trac/boost/changeset/70269
Log:
upd assign_v2
Text files modified: 
   sandbox/assign_v2/boost/assign/v2/value/pipe.hpp                     |     6 +++---                                  
   sandbox/assign_v2/boost/assign/v2/value/pipe/arg_list.hpp            |     6 +++---                                  
   sandbox/assign_v2/boost/assign/v2/value/pipe/csv_put.hpp             |     6 +++---                                  
   sandbox/assign_v2/boost/assign/v2/value/pipe/modulo_traits.hpp       |     6 +++---                                  
   sandbox/assign_v2/libs/assign/v2/test/deque.h                        |     6 +++---                                  
   sandbox/assign_v2/libs/assign/v2/test/fun.h                          |     6 +++---                                  
   sandbox/assign_v2/libs/assign/v2/test/modifier.cpp                   |    12 ++++++------                            
   sandbox/assign_v2/libs/assign/v2/test/modifier.h                     |     6 +++---                                  
   sandbox/assign_v2/libs/assign/v2/test/modifier/deduce.cpp            |     2 +-                                      
   sandbox/assign_v2/libs/assign/v2/test/modifier/deduce.h              |     6 +++---                                  
   sandbox/assign_v2/libs/assign/v2/test/modifier/iterate.cpp           |     2 +-                                      
   sandbox/assign_v2/libs/assign/v2/test/modifier/iterate.h             |     6 +++---                                  
   sandbox/assign_v2/libs/assign/v2/test/modifier/lookup.cpp            |     2 +-                                      
   sandbox/assign_v2/libs/assign/v2/test/modifier/lookup.h              |     6 +++---                                  
   sandbox/assign_v2/libs/assign/v2/test/modifier/repeat.cpp            |     2 +-                                      
   sandbox/assign_v2/libs/assign/v2/test/modifier/repeat.h              |     6 +++---                                  
   sandbox/assign_v2/libs/assign/v2/test/modifier/standard.cpp          |     2 +-                                      
   sandbox/assign_v2/libs/assign/v2/test/modifier/standard.h            |     6 +++---                                  
   sandbox/assign_v2/libs/assign/v2/test/unit_testing/value.cpp         |    10 +++++-----                              
   sandbox/assign_v2/libs/assign/v2/test/utility/chain.cpp              |     2 +-                                      
   sandbox/assign_v2/libs/assign/v2/test/utility/conversion.cpp         |     2 +-                                      
   sandbox/assign_v2/libs/assign/v2/test/utility/csv.cpp                |     4 ++--                                    
   sandbox/assign_v2/libs/assign/v2/test/value.cpp                      |     2 +-                                      
   sandbox/assign_v2/libs/assign/v2/test/value.h                        |     4 ++--                                    
   sandbox/assign_v2/libs/assign/v2/test/value/pipe.h                   |     6 +++---                                  
   sandbox/assign_v2/libs/assign/v2/test/value/pipe/csv_put.h           |     6 +++---                                  
   sandbox/assign_v2/libs/assign/v2/test/value/pipe/fun.h               |     6 +++---                                  
   sandbox/assign_v2/libs/assign/v2/test/value/pipe/modifier.h          |     6 +++---                                  
   sandbox/assign_v2/libs/assign/v2/test/value/pipe/modifier/iterate.h  |     6 +++---                                  
   sandbox/assign_v2/libs/assign/v2/test/value/pipe/modifier/lookup.h   |     6 +++---                                  
   sandbox/assign_v2/libs/assign/v2/test/value/pipe/modifier/repeat.h   |     6 +++---                                  
   sandbox/assign_v2/libs/assign/v2/test/value/pipe/modifier/standard.h |     6 +++---                                  
   sandbox/assign_v2/libs/assign/v2/test/value/ptr.h                    |     6 +++---                                  
   sandbox/assign_v2/libs/assign/v2/test/value/put.h                    |     6 +++---                                  
   34 files changed, 89 insertions(+), 89 deletions(-)
Modified: sandbox/assign_v2/boost/assign/v2/value/pipe.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/value/pipe.hpp	(original)
+++ sandbox/assign_v2/boost/assign/v2/value/pipe.hpp	2011-03-20 21:39:00 EDT (Sun, 20 Mar 2011)
@@ -7,8 +7,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_V2_VALUE_PIPE_ER_2010_HPP
-#define BOOST_ASSIGN_V2_VALUE_PIPE_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_PUT_PIPE_ER_2010_HPP
+#define BOOST_ASSIGN_V2_PUT_PIPE_ER_2010_HPP
 #include <boost/assign/v2/value/pipe/csv_put.hpp>
 
-#endif // BOOST_ASSIGN_V2_VALUE_PIPE_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_PUT_PIPE_ER_2010_HPP
Modified: sandbox/assign_v2/boost/assign/v2/value/pipe/arg_list.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/value/pipe/arg_list.hpp	(original)
+++ sandbox/assign_v2/boost/assign/v2/value/pipe/arg_list.hpp	2011-03-20 21:39:00 EDT (Sun, 20 Mar 2011)
@@ -7,8 +7,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_V2_VALUE_PIPE_ARG_LIST_HPP_ER_2010
-#define BOOST_ASSIGN_V2_VALUE_PIPE_ARG_LIST_HPP_ER_2010
+#ifndef BOOST_ASSIGN_V2_PUT_PIPE_ARG_LIST_HPP_ER_2010
+#define BOOST_ASSIGN_V2_PUT_PIPE_ARG_LIST_HPP_ER_2010
 #include <boost/assign/v2/detail/config/enable_cpp0x.hpp>
 #include <boost/assign/v2/ref/array/csv_array.hpp>
 #include <boost/assign/v2/ref/wrapper/copy.hpp>
@@ -195,5 +195,5 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_VALUE_PIPE_ARG_LIST_HPP_ER_2010
+#endif // BOOST_ASSIGN_V2_PUT_PIPE_ARG_LIST_HPP_ER_2010
 
Modified: sandbox/assign_v2/boost/assign/v2/value/pipe/csv_put.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/value/pipe/csv_put.hpp	(original)
+++ sandbox/assign_v2/boost/assign/v2/value/pipe/csv_put.hpp	2011-03-20 21:39:00 EDT (Sun, 20 Mar 2011)
@@ -7,8 +7,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_V2_VALUE_PIPE_CSV_PUT_ER_2010_HPP
-#define BOOST_ASSIGN_V2_VALUE_PIPE_CSV_PUT_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_PUT_PIPE_CSV_PUT_ER_2010_HPP
+#define BOOST_ASSIGN_V2_PUT_PIPE_CSV_PUT_ER_2010_HPP
 #include <boost/assign/v2/detail/pp/ignore.hpp>
 #include <boost/assign/v2/ref/array/as_arg_list.hpp>
 #include <boost/assign/v2/ref/aux_/list/as_modulo_list.hpp>
@@ -50,4 +50,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_VALUE_PIPE_CSV_PUT_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_PUT_PIPE_CSV_PUT_ER_2010_HPP
Modified: sandbox/assign_v2/boost/assign/v2/value/pipe/modulo_traits.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/value/pipe/modulo_traits.hpp	(original)
+++ sandbox/assign_v2/boost/assign/v2/value/pipe/modulo_traits.hpp	2011-03-20 21:39:00 EDT (Sun, 20 Mar 2011)
@@ -7,8 +7,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_V2_VALUE_PIPE_MODULO_TRAITS_ER_2010_HPP
-#define BOOST_ASSIGN_V2_VALUE_PIPE_MODULO_TRAITS_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_PUT_PIPE_MODULO_TRAITS_ER_2010_HPP
+#define BOOST_ASSIGN_V2_PUT_PIPE_MODULO_TRAITS_ER_2010_HPP
 #include <boost/assign/v2/ref/aux_/list/as_modulo_list.hpp>
 #include <boost/assign/v2/ref/aux_/list/list.hpp>
 #include <boost/mpl/apply.hpp>
@@ -46,4 +46,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_VALUE_PIPE_MODULO_TRAITS_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_PUT_PIPE_MODULO_TRAITS_ER_2010_HPP
Modified: sandbox/assign_v2/libs/assign/v2/test/deque.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/deque.h	(original)
+++ sandbox/assign_v2/libs/assign/v2/test/deque.h	2011-03-20 21:39:00 EDT (Sun, 20 Mar 2011)
@@ -7,8 +7,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 LIBS_ASSIGN_V2_TEST_VALUE_DEQUE_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_VALUE_DEQUE_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_DEQUE_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_DEQUE_ER_2010_H
 
 namespace test_assign_v2{
 namespace xxx_value{
@@ -20,4 +20,4 @@
 }// xxx_value
 }// test_assign_v2
 
-#endif // LIBS_ASSIGN_V2_TEST_VALUE_DEQUE_ER_2010_H
+#endif // LIBS_ASSIGN_V2_TEST_DEQUE_ER_2010_H
Modified: sandbox/assign_v2/libs/assign/v2/test/fun.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/fun.h	(original)
+++ sandbox/assign_v2/libs/assign/v2/test/fun.h	2011-03-20 21:39:00 EDT (Sun, 20 Mar 2011)
@@ -7,8 +7,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 LIBS_ASSIGN_V2_TEST_VALUE_FUN_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_VALUE_FUN_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_FUN_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_FUN_ER_2010_H
 
 namespace test_assign_v2{
 namespace xxx_value{
@@ -20,4 +20,4 @@
 }// xxx_value
 }// xxx_test_assign
 
-#endif // LIBS_ASSIGN_V2_TEST_VALUE_FUN_ER_2010_H
+#endif // LIBS_ASSIGN_V2_TEST_FUN_ER_2010_H
Modified: sandbox/assign_v2/libs/assign/v2/test/modifier.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/modifier.cpp	(original)
+++ sandbox/assign_v2/libs/assign/v2/test/modifier.cpp	2011-03-20 21:39:00 EDT (Sun, 20 Mar 2011)
@@ -7,12 +7,12 @@
 //  Boost Software License, Version 1.0. (See accompanying file             //
 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)        //
 //////////////////////////////////////////////////////////////////////////////
-#include <libs/assign/v2/test/value/modifier/deduce.h>
-#include <libs/assign/v2/test/value/modifier/iterate.h>
-#include <libs/assign/v2/test/value/modifier/lookup.h>
-#include <libs/assign/v2/test/value/modifier/repeat.h>
-#include <libs/assign/v2/test/value/modifier/standard.h>
-#include <libs/assign/v2/test/value/modifier.h>
+#include <libs/assign/v2/test/modifier/deduce.h>
+#include <libs/assign/v2/test/modifier/iterate.h>
+#include <libs/assign/v2/test/modifier/lookup.h>
+#include <libs/assign/v2/test/modifier/repeat.h>
+#include <libs/assign/v2/test/modifier/standard.h>
+#include <libs/assign/v2/test/modifier.h>
 
 namespace test_assign_v2{
 namespace xxx_value{
Modified: sandbox/assign_v2/libs/assign/v2/test/modifier.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/modifier.h	(original)
+++ sandbox/assign_v2/libs/assign/v2/test/modifier.h	2011-03-20 21:39:00 EDT (Sun, 20 Mar 2011)
@@ -7,8 +7,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 LIBS_ASSIGN_V2_TEST_VALUE_MODIFIER_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_VALUE_MODIFIER_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_MODIFIER_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_MODIFIER_ER_2010_H
 
 namespace test_assign_v2{
 namespace xxx_value{
@@ -20,4 +20,4 @@
 }// xxx_value
 }// xxx_test_assign
 
-#endif // LIBS_ASSIGN_V2_TEST_VALUE_MODIFIER_ER_2010_H
+#endif // LIBS_ASSIGN_V2_TEST_MODIFIER_ER_2010_H
Modified: sandbox/assign_v2/libs/assign/v2/test/modifier/deduce.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/modifier/deduce.cpp	(original)
+++ sandbox/assign_v2/libs/assign/v2/test/modifier/deduce.cpp	2011-03-20 21:39:00 EDT (Sun, 20 Mar 2011)
@@ -24,7 +24,7 @@
 #include <boost/ptr_container/ptr_vector.hpp>
 
 #include <boost/assign/v2/modifier/deduce.hpp>
-#include <libs/assign/v2/test/value/modifier/deduce.h>
+#include <libs/assign/v2/test/modifier/deduce.h>
 
 namespace test_assign_v2{
 namespace xxx_value{
Modified: sandbox/assign_v2/libs/assign/v2/test/modifier/deduce.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/modifier/deduce.h	(original)
+++ sandbox/assign_v2/libs/assign/v2/test/modifier/deduce.h	2011-03-20 21:39:00 EDT (Sun, 20 Mar 2011)
@@ -7,8 +7,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 LIBS_ASSIGN_V2_TEST_VALUE_MODIFIER_DEDUCE_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_VALUE_MODIFIER_DEDUCE_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_MODIFIER_DEDUCE_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_MODIFIER_DEDUCE_ER_2010_H
 
 namespace test_assign_v2{
 namespace xxx_value{
@@ -22,4 +22,4 @@
 }// xxx_value
 }// xxx_test_assign
 
-#endif // LIBS_ASSIGN_V2_TEST_VALUE_MODIFIER_DEDUCE_ER_2010_H
+#endif // LIBS_ASSIGN_V2_TEST_MODIFIER_DEDUCE_ER_2010_H
Modified: sandbox/assign_v2/libs/assign/v2/test/modifier/iterate.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/modifier/iterate.cpp	(original)
+++ sandbox/assign_v2/libs/assign/v2/test/modifier/iterate.cpp	2011-03-20 21:39:00 EDT (Sun, 20 Mar 2011)
@@ -21,7 +21,7 @@
 #include <boost/range/algorithm/equal.hpp>
 #include <boost/type_traits/is_same.hpp>
 #include <boost/typeof/typeof.hpp>
-#include <libs/assign/v2/test/value/modifier/iterate.h>
+#include <libs/assign/v2/test/modifier/iterate.h>
 
 #include <iostream>
 
Modified: sandbox/assign_v2/libs/assign/v2/test/modifier/iterate.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/modifier/iterate.h	(original)
+++ sandbox/assign_v2/libs/assign/v2/test/modifier/iterate.h	2011-03-20 21:39:00 EDT (Sun, 20 Mar 2011)
@@ -7,8 +7,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 LIBS_ASSIGN_V2_TEST_VALUE_MODIFIER_ITERATE_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_VALUE_MODIFIER_ITERATE_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_MODIFIER_ITERATE_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_MODIFIER_ITERATE_ER_2010_H
 
 namespace test_assign_v2{
 namespace xxx_value{
@@ -22,4 +22,4 @@
 }// xxx_value
 }// xxx_test_assign
 
-#endif // LIBS_ASSIGN_V2_TEST_VALUE_MODIFIER_ITERATE_ER_2010_H
+#endif // LIBS_ASSIGN_V2_TEST_MODIFIER_ITERATE_ER_2010_H
Modified: sandbox/assign_v2/libs/assign/v2/test/modifier/lookup.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/modifier/lookup.cpp	(original)
+++ sandbox/assign_v2/libs/assign/v2/test/modifier/lookup.cpp	2011-03-20 21:39:00 EDT (Sun, 20 Mar 2011)
@@ -22,7 +22,7 @@
 #include <boost/type_traits/is_same.hpp>
 #include <boost/typeof/typeof.hpp>
 #include <boost/tuple/tuple.hpp>
-#include <libs/assign/v2/test/value/modifier/lookup.h>
+#include <libs/assign/v2/test/modifier/lookup.h>
 
 namespace test_assign_v2{
 namespace xxx_value{
Modified: sandbox/assign_v2/libs/assign/v2/test/modifier/lookup.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/modifier/lookup.h	(original)
+++ sandbox/assign_v2/libs/assign/v2/test/modifier/lookup.h	2011-03-20 21:39:00 EDT (Sun, 20 Mar 2011)
@@ -7,8 +7,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 LIBS_ASSIGN_V2_TEST_VALUE_MODIFIER_LOOKUP_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_VALUE_MODIFIER_LOOKUP_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_MODIFIER_LOOKUP_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_MODIFIER_LOOKUP_ER_2010_H
 
 namespace test_assign_v2{
 namespace xxx_value{
@@ -22,4 +22,4 @@
 }// xxx_value
 }// xxx_test_assign
 
-#endif // LIBS_ASSIGN_V2_TEST_VALUE_MODIFIER_LOOKUP_ER_2010_H
+#endif // LIBS_ASSIGN_V2_TEST_MODIFIER_LOOKUP_ER_2010_H
Modified: sandbox/assign_v2/libs/assign/v2/test/modifier/repeat.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/modifier/repeat.cpp	(original)
+++ sandbox/assign_v2/libs/assign/v2/test/modifier/repeat.cpp	2011-03-20 21:39:00 EDT (Sun, 20 Mar 2011)
@@ -15,7 +15,7 @@
 #include <boost/assign/v2/value/put.hpp>
 #include <boost/assign/v2/deque.hpp>
 #include <boost/range/algorithm/equal.hpp>
-#include <libs/assign/v2/test/value/modifier/repeat.h>
+#include <libs/assign/v2/test/modifier/repeat.h>
 
 namespace test_assign_v2{
 namespace xxx_value{
Modified: sandbox/assign_v2/libs/assign/v2/test/modifier/repeat.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/modifier/repeat.h	(original)
+++ sandbox/assign_v2/libs/assign/v2/test/modifier/repeat.h	2011-03-20 21:39:00 EDT (Sun, 20 Mar 2011)
@@ -7,8 +7,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 LIBS_ASSIGN_V2_TEST_VALUE_MODIFIER_REPEAT_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_VALUE_MODIFIER_REPEAT_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_MODIFIER_REPEAT_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_MODIFIER_REPEAT_ER_2010_H
 
 namespace test_assign_v2{
 namespace xxx_value{
@@ -22,4 +22,4 @@
 }// xxx_value
 }// xxx_test_assign
 
-#endif // LIBS_ASSIGN_V2_TEST_VALUE_MODIFIER_REPEAT_ER_2010_H
+#endif // LIBS_ASSIGN_V2_TEST_MODIFIER_REPEAT_ER_2010_H
Modified: sandbox/assign_v2/libs/assign/v2/test/modifier/standard.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/modifier/standard.cpp	(original)
+++ sandbox/assign_v2/libs/assign/v2/test/modifier/standard.cpp	2011-03-20 21:39:00 EDT (Sun, 20 Mar 2011)
@@ -26,7 +26,7 @@
 #include <boost/mpl/assert.hpp>
 #include <boost/type_traits/is_same.hpp>
 #include <boost/typeof/typeof.hpp>
-#include <libs/assign/v2/test/value/modifier/standard.h>
+#include <libs/assign/v2/test/modifier/standard.h>
 
 namespace test_assign_v2{
 namespace xxx_value{
Modified: sandbox/assign_v2/libs/assign/v2/test/modifier/standard.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/modifier/standard.h	(original)
+++ sandbox/assign_v2/libs/assign/v2/test/modifier/standard.h	2011-03-20 21:39:00 EDT (Sun, 20 Mar 2011)
@@ -7,8 +7,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 LIBS_ASSIGN_V2_TEST_VALUE_MODIFIER_STANDARD_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_VALUE_MODIFIER_STANDARD_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_MODIFIER_STANDARD_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_MODIFIER_STANDARD_ER_2010_H
 
 namespace test_assign_v2{
 namespace xxx_value{
@@ -22,4 +22,4 @@
 }// xxx_value
 }// xxx_test_assign
 
-#endif // LIBS_ASSIGN_V2_TEST_VALUE_MODIFIER_STANDARD_ER_2010_H
+#endif // LIBS_ASSIGN_V2_TEST_MODIFIER_STANDARD_ER_2010_H
Modified: sandbox/assign_v2/libs/assign/v2/test/unit_testing/value.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/unit_testing/value.cpp	(original)
+++ sandbox/assign_v2/libs/assign/v2/test/unit_testing/value.cpp	2011-03-20 21:39:00 EDT (Sun, 20 Mar 2011)
@@ -15,11 +15,11 @@
 
 #include <libs/assign/v2/test/deque.cpp>
 #include <libs/assign/v2/test/fun.cpp>
-#include <libs/assign/v2/test/value/modifier/deduce.cpp>
-#include <libs/assign/v2/test/value/modifier/iterate.cpp>
-#include <libs/assign/v2/test/value/modifier/lookup.cpp>
-#include <libs/assign/v2/test/value/modifier/repeat.cpp>
-#include <libs/assign/v2/test/value/modifier/standard.cpp>
+#include <libs/assign/v2/test/modifier/deduce.cpp>
+#include <libs/assign/v2/test/modifier/iterate.cpp>
+#include <libs/assign/v2/test/modifier/lookup.cpp>
+#include <libs/assign/v2/test/modifier/repeat.cpp>
+#include <libs/assign/v2/test/modifier/standard.cpp>
 #include <libs/assign/v2/test/value/pipe/args_list.cpp>
 #include <libs/assign/v2/test/value/pipe/fun.cpp>
 #include <libs/assign/v2/test/value/pipe/modifier/iterate.cpp>
Modified: sandbox/assign_v2/libs/assign/v2/test/utility/chain.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/utility/chain.cpp	(original)
+++ sandbox/assign_v2/libs/assign/v2/test/utility/chain.cpp	2011-03-20 21:39:00 EDT (Sun, 20 Mar 2011)
@@ -16,7 +16,7 @@
 #include <boost/range/algorithm/copy.hpp>
 #include <boost/range/algorithm/equal.hpp>
 #include <boost/assign/v2/ref/array/csv_array.hpp>
-#include <boost/assign/v2/value/deque/csv_deque.hpp>
+#include <boost/assign/v2/deque/csv_deque.hpp>
 #include <boost/assign/v2/utility/chain/check.hpp>
 #include <boost/assign/v2/utility/chain.hpp>
 #include <boost/assign/v2/utility/chain/operator_and.hpp>
Modified: sandbox/assign_v2/libs/assign/v2/test/utility/conversion.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/utility/conversion.cpp	(original)
+++ sandbox/assign_v2/libs/assign/v2/test/utility/conversion.cpp	2011-03-20 21:39:00 EDT (Sun, 20 Mar 2011)
@@ -15,7 +15,7 @@
 #include <boost/assign/v2/utility/conversion.hpp>
 #include <boost/assign/v2/utility/conversion/check.hpp>
 #include <boost/assign/v2/ref/array.hpp>
-#include <boost/assign/v2/value/deque.hpp>
+#include <boost/assign/v2/deque.hpp>
 #include <boost/range/algorithm/equal.hpp>
 #include <libs/assign/v2/test/utility/conversion.h>
 
Modified: sandbox/assign_v2/libs/assign/v2/test/utility/csv.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/utility/csv.cpp	(original)
+++ sandbox/assign_v2/libs/assign/v2/test/utility/csv.cpp	2011-03-20 21:39:00 EDT (Sun, 20 Mar 2011)
@@ -10,9 +10,9 @@
 #include <deque>
 #include <boost/assign/v2/detail/config/check.hpp>
 #include <boost/assign/v2/utility/csv.hpp>
-#include <boost/assign/v2/value/deque.hpp>
+#include <boost/assign/v2/deque.hpp>
 #include <boost/assign/v2/value/put.hpp>
-#include <boost/assign/v2/value/modifier/push_front.hpp>
+#include <boost/assign/v2/modifier/push_front.hpp>
 #include <boost/range/algorithm/equal.hpp>
 #include <libs/assign/v2/test/utility/csv.h>
 
Modified: sandbox/assign_v2/libs/assign/v2/test/value.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/value.cpp	(original)
+++ sandbox/assign_v2/libs/assign/v2/test/value.cpp	2011-03-20 21:39:00 EDT (Sun, 20 Mar 2011)
@@ -8,7 +8,7 @@
 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)        //
 //////////////////////////////////////////////////////////////////////////////
 #include <libs/assign/v2/test/deque.h>
-#include <libs/assign/v2/test/value/modifier.h>
+#include <libs/assign/v2/test/modifier.h>
 #include <libs/assign/v2/test/fun.h>
 #include <libs/assign/v2/test/value/pipe.h>
 #include <libs/assign/v2/test/value/ptr.h>
Modified: sandbox/assign_v2/libs/assign/v2/test/value.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/value.h	(original)
+++ sandbox/assign_v2/libs/assign/v2/test/value.h	2011-03-20 21:39:00 EDT (Sun, 20 Mar 2011)
@@ -7,8 +7,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 LIBS_ASSIGN_V2_TEST_VALUE_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_VALUE_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_ER_2010_H
 
 namespace test_assign_v2{
 namespace xxx_value{
Modified: sandbox/assign_v2/libs/assign/v2/test/value/pipe.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/value/pipe.h	(original)
+++ sandbox/assign_v2/libs/assign/v2/test/value/pipe.h	2011-03-20 21:39:00 EDT (Sun, 20 Mar 2011)
@@ -7,8 +7,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 LIBS_ASSIGN_V2_TEST_VALUE_PIPE_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_VALUE_PIPE_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_PIPE_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_PIPE_ER_2010_H
 
 namespace test_assign_v2{
 namespace xxx_value{
@@ -20,5 +20,5 @@
 }// xxx_value
 }// xxx_test_assign
 
-#endif // LIBS_ASSIGN_V2_TEST_VALUE_PIPE_ER_2010_H
+#endif // LIBS_ASSIGN_V2_TEST_PIPE_ER_2010_H
 
Modified: sandbox/assign_v2/libs/assign/v2/test/value/pipe/csv_put.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/value/pipe/csv_put.h	(original)
+++ sandbox/assign_v2/libs/assign/v2/test/value/pipe/csv_put.h	2011-03-20 21:39:00 EDT (Sun, 20 Mar 2011)
@@ -7,8 +7,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 LIBS_ASSIGN_V2_TEST_VALUE_PIPE_CSV_PUT_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_VALUE_PIPE_CSV_PUT_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_PIPE_CSV_PUT_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_PIPE_CSV_PUT_ER_2010_H
 
 namespace test_assign_v2{
 namespace xxx_value{
@@ -22,4 +22,4 @@
 }// xxx_value
 }// test_assign_v2
 
-#endif // LIBS_ASSIGN_V2_TEST_VALUE_PIPE_CSV_PUT_ER_2010_H
+#endif // LIBS_ASSIGN_V2_TEST_PIPE_CSV_PUT_ER_2010_H
Modified: sandbox/assign_v2/libs/assign/v2/test/value/pipe/fun.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/value/pipe/fun.h	(original)
+++ sandbox/assign_v2/libs/assign/v2/test/value/pipe/fun.h	2011-03-20 21:39:00 EDT (Sun, 20 Mar 2011)
@@ -7,8 +7,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 LIBS_ASSIGN_V2_TEST_VALUE_PIPE_MODULO_FUN_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_VALUE_PIPE_MODULO_FUN_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_PIPE_MODULO_FUN_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_PIPE_MODULO_FUN_ER_2010_H
 
 namespace test_assign_v2{
 namespace xxx_value{
@@ -22,4 +22,4 @@
 }// xxx_value
 }// xxx_test_assign
 
-#endif // LIBS_ASSIGN_V2_TEST_VALUE_PIPE_MODULO_FUN_ER_2010_H
+#endif // LIBS_ASSIGN_V2_TEST_PIPE_MODULO_FUN_ER_2010_H
Modified: sandbox/assign_v2/libs/assign/v2/test/value/pipe/modifier.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/value/pipe/modifier.h	(original)
+++ sandbox/assign_v2/libs/assign/v2/test/value/pipe/modifier.h	2011-03-20 21:39:00 EDT (Sun, 20 Mar 2011)
@@ -7,8 +7,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 LIBS_ASSIGN_V2_TEST_VALUE_PIPE_MODIFIER_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_VALUE_PIPE_MODIFIER_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_PIPE_MODIFIER_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_PIPE_MODIFIER_ER_2010_H
 
 namespace test_assign_v2{
 namespace xxx_value{
@@ -22,4 +22,4 @@
 }// xxx_value
 }// test_assign_v2
 
-#endif // LIBS_ASSIGN_V2_TEST_VALUE_PIPE_MODIFIER_ER_2010_H
+#endif // LIBS_ASSIGN_V2_TEST_PIPE_MODIFIER_ER_2010_H
Modified: sandbox/assign_v2/libs/assign/v2/test/value/pipe/modifier/iterate.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/value/pipe/modifier/iterate.h	(original)
+++ sandbox/assign_v2/libs/assign/v2/test/value/pipe/modifier/iterate.h	2011-03-20 21:39:00 EDT (Sun, 20 Mar 2011)
@@ -7,8 +7,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 LIBS_ASSIGN_V2_TEST_VALUE_PIPE_MODIFIER_ITERATE_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_VALUE_PIPE_MODIFIER_ITERATE_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_PIPE_MODIFIER_ITERATE_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_PIPE_MODIFIER_ITERATE_ER_2010_H
 
 namespace test_assign_v2{
 namespace xxx_value{
@@ -24,4 +24,4 @@
 }// xxx_value
 }// xxx_test_assign
 
-#endif // LIBS_ASSIGN_V2_TEST_VALUE_PIPE_MODIFIER_ITERATE_ER_2010_H
+#endif // LIBS_ASSIGN_V2_TEST_PIPE_MODIFIER_ITERATE_ER_2010_H
Modified: sandbox/assign_v2/libs/assign/v2/test/value/pipe/modifier/lookup.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/value/pipe/modifier/lookup.h	(original)
+++ sandbox/assign_v2/libs/assign/v2/test/value/pipe/modifier/lookup.h	2011-03-20 21:39:00 EDT (Sun, 20 Mar 2011)
@@ -7,8 +7,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 LIBS_ASSIGN_V2_TEST_VALUE_PIPE_MODIFIER_LOOKUP_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_VALUE_PIPE_MODIFIER_LOOKUP_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_PIPE_MODIFIER_LOOKUP_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_PIPE_MODIFIER_LOOKUP_ER_2010_H
 
 namespace test_assign_v2{
 namespace xxx_value{
@@ -24,4 +24,4 @@
 }// xxx_value
 }// xxx_test_assign
 
-#endif // LIBS_ASSIGN_V2_TEST_VALUE_PIPE_MODIFIER_LOOKUP_ER_2010_H
+#endif // LIBS_ASSIGN_V2_TEST_PIPE_MODIFIER_LOOKUP_ER_2010_H
Modified: sandbox/assign_v2/libs/assign/v2/test/value/pipe/modifier/repeat.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/value/pipe/modifier/repeat.h	(original)
+++ sandbox/assign_v2/libs/assign/v2/test/value/pipe/modifier/repeat.h	2011-03-20 21:39:00 EDT (Sun, 20 Mar 2011)
@@ -7,8 +7,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 LIBS_ASSIGN_V2_TEST_VALUE_PIPE_MODIFIER_REPEAT_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_VALUE_PIPE_MODIFIER_REPEAT_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_PIPE_MODIFIER_REPEAT_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_PIPE_MODIFIER_REPEAT_ER_2010_H
 
 namespace test_assign_v2{
 namespace xxx_value{
@@ -24,4 +24,4 @@
 }// xxx_value
 }// xxx_test_assign
 
-#endif // LIBS_ASSIGN_V2_TEST_VALUE_PIPE_MODIFIER_REPEAT_ER_2010_H
+#endif // LIBS_ASSIGN_V2_TEST_PIPE_MODIFIER_REPEAT_ER_2010_H
Modified: sandbox/assign_v2/libs/assign/v2/test/value/pipe/modifier/standard.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/value/pipe/modifier/standard.h	(original)
+++ sandbox/assign_v2/libs/assign/v2/test/value/pipe/modifier/standard.h	2011-03-20 21:39:00 EDT (Sun, 20 Mar 2011)
@@ -7,8 +7,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 LIBS_ASSIGN_V2_TEST_VALUE_PIPE_MODIFIER_STANDARD_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_VALUE_PIPE_MODIFIER_STANDARD_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_PIPE_MODIFIER_STANDARD_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_PIPE_MODIFIER_STANDARD_ER_2010_H
 
 namespace test_assign_v2{
 namespace xxx_value{
@@ -24,4 +24,4 @@
 }// xxx_value
 }// xxx_test_assign
 
-#endif // LIBS_ASSIGN_V2_TEST_VALUE_PIPE_MODIFIER_STANDARD_ER_2010_H
+#endif // LIBS_ASSIGN_V2_TEST_PIPE_MODIFIER_STANDARD_ER_2010_H
Modified: sandbox/assign_v2/libs/assign/v2/test/value/ptr.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/value/ptr.h	(original)
+++ sandbox/assign_v2/libs/assign/v2/test/value/ptr.h	2011-03-20 21:39:00 EDT (Sun, 20 Mar 2011)
@@ -7,8 +7,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 LIBS_ASSIGN_V2_TEST_VALUE_PTR_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_VALUE_PTR_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_PTR_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_PTR_ER_2010_H
 
 namespace test_assign_v2{
 namespace xxx_value{
@@ -20,4 +20,4 @@
 }// xxx_value
 }// xxx_test_assign
 
-#endif // LIBS_ASSIGN_V2_TEST_VALUE_PTR_ER_2010_H
+#endif // LIBS_ASSIGN_V2_TEST_PTR_ER_2010_H
Modified: sandbox/assign_v2/libs/assign/v2/test/value/put.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/value/put.h	(original)
+++ sandbox/assign_v2/libs/assign/v2/test/value/put.h	2011-03-20 21:39:00 EDT (Sun, 20 Mar 2011)
@@ -7,8 +7,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 LIBS_ASSIGN_V2_TEST_VALUE_PUT_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_VALUE_PUT_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_PUT_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_PUT_ER_2010_H
 
 namespace test_assign_v2{
 namespace xxx_value{
@@ -20,4 +20,4 @@
 }// xxx_value
 }// xxx_test_assign
 
-#endif // LIBS_ASSIGN_V2_TEST_VALUE_PUT_ER_2010_H
+#endif // LIBS_ASSIGN_V2_TEST_PUT_ER_2010_H