Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r70122 - in sandbox/assign_v2: boost/assign libs/assign/v2/src libs/assign/v2/test libs/assign/v2/test/put libs/assign/v2/test/put/modifier libs/assign/v2/test/put/pipe libs/assign/v2/test/put/pipe/modifier libs/assign/v2/test/unit_testing libs/assign/v2/test/utility
From: erwann.rogard_at_[hidden]
Date: 2011-03-18 09:47:53


Author: e_r
Date: 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
New Revision: 70122
URL: http://svn.boost.org/trac/boost/changeset/70122

Log:
upd assign_v2
Text files modified:
   sandbox/assign_v2/boost/assign/v2.hpp | 2 +-
   sandbox/assign_v2/libs/assign/v2/src/main.cpp | 4 ++--
   sandbox/assign_v2/libs/assign/v2/test/put.cpp | 18 +++++++++---------
   sandbox/assign_v2/libs/assign/v2/test/put.h | 8 ++++----
   sandbox/assign_v2/libs/assign/v2/test/put/deque.cpp | 10 +++++-----
   sandbox/assign_v2/libs/assign/v2/test/put/deque.h | 8 ++++----
   sandbox/assign_v2/libs/assign/v2/test/put/fun.cpp | 12 ++++++------
   sandbox/assign_v2/libs/assign/v2/test/put/fun.h | 8 ++++----
   sandbox/assign_v2/libs/assign/v2/test/put/modifier.cpp | 16 ++++++++--------
   sandbox/assign_v2/libs/assign/v2/test/put/modifier.h | 8 ++++----
   sandbox/assign_v2/libs/assign/v2/test/put/modifier/deduce.cpp | 36 ++++++++++++++++++------------------
   sandbox/assign_v2/libs/assign/v2/test/put/modifier/deduce.h | 8 ++++----
   sandbox/assign_v2/libs/assign/v2/test/put/modifier/iterate.cpp | 24 ++++++++++++------------
   sandbox/assign_v2/libs/assign/v2/test/put/modifier/iterate.h | 8 ++++----
   sandbox/assign_v2/libs/assign/v2/test/put/modifier/lookup.cpp | 26 +++++++++++++-------------
   sandbox/assign_v2/libs/assign/v2/test/put/modifier/lookup.h | 8 ++++----
   sandbox/assign_v2/libs/assign/v2/test/put/modifier/repeat.cpp | 14 +++++++-------
   sandbox/assign_v2/libs/assign/v2/test/put/modifier/repeat.h | 8 ++++----
   sandbox/assign_v2/libs/assign/v2/test/put/modifier/standard.cpp | 20 ++++++++++----------
   sandbox/assign_v2/libs/assign/v2/test/put/modifier/standard.h | 8 ++++----
   sandbox/assign_v2/libs/assign/v2/test/put/pipe.cpp | 16 ++++++++--------
   sandbox/assign_v2/libs/assign/v2/test/put/pipe.h | 8 ++++----
   sandbox/assign_v2/libs/assign/v2/test/put/pipe/args_list.cpp | 10 +++++-----
   sandbox/assign_v2/libs/assign/v2/test/put/pipe/args_list.h | 8 ++++----
   sandbox/assign_v2/libs/assign/v2/test/put/pipe/fun.cpp | 12 ++++++------
   sandbox/assign_v2/libs/assign/v2/test/put/pipe/fun.h | 8 ++++----
   sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier.cpp | 14 +++++++-------
   sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier.h | 8 ++++----
   sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/iterate.cpp | 12 ++++++------
   sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/iterate.h | 8 ++++----
   sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/lookup.cpp | 14 +++++++-------
   sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/lookup.h | 8 ++++----
   sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/repeat.cpp | 12 ++++++------
   sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/repeat.h | 8 ++++----
   sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/standard.cpp | 14 +++++++-------
   sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/standard.h | 8 ++++----
   sandbox/assign_v2/libs/assign/v2/test/put/pipe/put.cpp | 12 ++++++------
   sandbox/assign_v2/libs/assign/v2/test/put/pipe/put.h | 8 ++++----
   sandbox/assign_v2/libs/assign/v2/test/put/ptr.cpp | 8 ++++----
   sandbox/assign_v2/libs/assign/v2/test/put/ptr.h | 8 ++++----
   sandbox/assign_v2/libs/assign/v2/test/put/put.cpp | 10 +++++-----
   sandbox/assign_v2/libs/assign/v2/test/put/put.h | 8 ++++----
   sandbox/assign_v2/libs/assign/v2/test/unit_testing/put.cpp | 34 +++++++++++++++++-----------------
   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 | 6 +++---
   46 files changed, 260 insertions(+), 260 deletions(-)

Modified: sandbox/assign_v2/boost/assign/v2.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2.hpp 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -11,7 +11,7 @@
 #define BOOST_ASSIGN_V2_ER_2010_HPP
 
 #include <boost/assign/v2/detail.hpp>
-#include <boost/assign/v2/put.hpp>
+#include <boost/assign/v2/value.hpp>
 #include <boost/assign/v2/ref.hpp>
 #include <boost/assign/v2/utility.hpp>
 

Modified: sandbox/assign_v2/libs/assign/v2/src/main.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/src/main.cpp (original)
+++ sandbox/assign_v2/libs/assign/v2/src/main.cpp 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -7,7 +7,7 @@
 // Test
 #include <libs/assign/v2/test/detail.h>
 #include <libs/assign/v2/test/ref.h>
-#include <libs/assign/v2/test/put.h>
+#include <libs/assign/v2/test/value.h>
 #include <libs/assign/v2/test/utility.h>
 
 // Tutorial
@@ -51,7 +51,7 @@
     {
         using namespace test_assign_v2;
         xxx_detail::test();
- xxx_put::test();
+ xxx_value::test();
         xxx_ref::test();
         xxx_utility::test();
     }

Modified: sandbox/assign_v2/libs/assign/v2/test/put.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put.cpp (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put.cpp 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -7,16 +7,16 @@
 // 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/put/deque.h>
-#include <libs/assign/v2/test/put/modifier.h>
-#include <libs/assign/v2/test/put/fun.h>
-#include <libs/assign/v2/test/put/pipe.h>
-#include <libs/assign/v2/test/put/ptr.h>
-#include <libs/assign/v2/test/put/put.h>
-#include <libs/assign/v2/test/put.h>
+#include <libs/assign/v2/test/value/deque.h>
+#include <libs/assign/v2/test/value/modifier.h>
+#include <libs/assign/v2/test/value/fun.h>
+#include <libs/assign/v2/test/value/pipe.h>
+#include <libs/assign/v2/test/value/ptr.h>
+#include <libs/assign/v2/test/value/put.h>
+#include <libs/assign/v2/test/value.h>
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 
     void test()
     {
@@ -28,6 +28,6 @@
         xxx_put::test();
     }
 
-}// xxx_put
+}// xxx_value
 }// test_assign_v2
 

Modified: sandbox/assign_v2/libs/assign/v2/test/put.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put.h (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put.h 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -7,15 +7,15 @@
 // 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_PUT_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_PUT_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_VALUE_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_VALUE_ER_2010_H
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 
     void test();
 
-}// xxx_put
+}// xxx_value
 }// test_assign_v2
 
 #endif

Modified: sandbox/assign_v2/libs/assign/v2/test/put/deque.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/deque.cpp (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/deque.cpp 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -11,13 +11,13 @@
 #include <boost/mpl/assert.hpp>
 #include <boost/type_traits/is_same.hpp>
 #include <boost/assign/v2/detail/config/check.hpp>
-#include <boost/assign/v2/put/deque/csv_deque.hpp>
-#include <boost/assign/v2/put/deque/deque.hpp>
+#include <boost/assign/v2/value/deque/csv_deque.hpp>
+#include <boost/assign/v2/value/deque/deque.hpp>
 
-#include <libs/assign/v2/test/put/deque.h>
+#include <libs/assign/v2/test/value/deque.h>
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_deque{
 
     void test()
@@ -57,5 +57,5 @@
     }
 
 }// xxx_deque
-}// xxx_put
+}// xxx_value
 }// test_assign_v2

Modified: sandbox/assign_v2/libs/assign/v2/test/put/deque.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/deque.h (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/deque.h 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -7,17 +7,17 @@
 // 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_PUT_DEQUE_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_PUT_DEQUE_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_VALUE_DEQUE_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_VALUE_DEQUE_ER_2010_H
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_deque{
 
     void test();
 
 }// xxx_deque
-}// xxx_put
+}// xxx_value
 }// test_assign_v2
 
 #endif

Modified: sandbox/assign_v2/libs/assign/v2/test/put/fun.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/fun.cpp (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/fun.cpp 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -14,21 +14,21 @@
 #include <boost/array.hpp>
 #include <boost/assign/v2/detail/config/check.hpp>
 
-#include <boost/assign/v2/put/put.hpp>
-#include <boost/assign/v2/put/deque.hpp>
-#include <boost/assign/v2/put/fun.hpp>
+#include <boost/assign/v2/value/put.hpp>
+#include <boost/assign/v2/value/deque.hpp>
+#include <boost/assign/v2/value/fun.hpp>
 #include <boost/function.hpp>
 #include <boost/lambda/bind.hpp>
 #include <boost/lambda/lambda.hpp>
 #include <boost/lambda/construct.hpp>
 #include <boost/numeric/conversion/bounds.hpp>
 #include <boost/typeof/typeof.hpp>
-#include <libs/assign/v2/test/put/fun.h>
+#include <libs/assign/v2/test/value/fun.h>
 
 #include <boost/lexical_cast.hpp>
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_fun{
 
 #ifdef __llvm__
@@ -103,5 +103,5 @@
 
 
 }// xxx_fun
-}// xxx_put
+}// xxx_value
 }// test_assign_v2

Modified: sandbox/assign_v2/libs/assign/v2/test/put/fun.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/fun.h (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/fun.h 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -7,17 +7,17 @@
 // 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_PUT_FUN_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_PUT_FUN_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_VALUE_FUN_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_VALUE_FUN_ER_2010_H
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_fun{
 
     void test();
 
 }// xxx_fun
-}// xxx_put
+}// xxx_value
 }// xxx_test_assign
 
 #endif

Modified: sandbox/assign_v2/libs/assign/v2/test/put/modifier.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/modifier.cpp (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/modifier.cpp 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -7,15 +7,15 @@
 // 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/put/modifier/deduce.h>
-#include <libs/assign/v2/test/put/modifier/iterate.h>
-#include <libs/assign/v2/test/put/modifier/lookup.h>
-#include <libs/assign/v2/test/put/modifier/repeat.h>
-#include <libs/assign/v2/test/put/modifier/standard.h>
-#include <libs/assign/v2/test/put/modifier.h>
+#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>
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_modifier{
 
     void test(){
@@ -27,6 +27,6 @@
     }
 
 }// xxx_modifier
-}// xxx_put
+}// xxx_value
 }// xxx_test_assign
 

Modified: sandbox/assign_v2/libs/assign/v2/test/put/modifier.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/modifier.h (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/modifier.h 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -7,17 +7,17 @@
 // 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_PUT_MODIFIER_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_PUT_MODIFIER_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_VALUE_MODIFIER_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_VALUE_MODIFIER_ER_2010_H
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_modifier{
 
     void test();
 
 }// xxx_modifier
-}// xxx_put
+}// xxx_value
 }// xxx_test_assign
 
 #endif

Modified: sandbox/assign_v2/libs/assign/v2/test/put/modifier/deduce.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/modifier/deduce.cpp (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/modifier/deduce.cpp 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -23,11 +23,11 @@
 #include <boost/ptr_container/ptr_list.hpp>
 #include <boost/ptr_container/ptr_vector.hpp>
 
-#include <boost/assign/v2/put/modifier/deduce.hpp>
-#include <libs/assign/v2/test/put/modifier/deduce.h>
+#include <boost/assign/v2/value/modifier/deduce.hpp>
+#include <libs/assign/v2/test/value/modifier/deduce.h>
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_modifier{
 namespace xxx_deduce{
 
@@ -42,34 +42,34 @@
 
         {
             typedef as2::modifier_tag::push_back answer_;
- as2::put_aux::check_deduce<std::deque<int>, answer_>();
- as2::put_aux::check_deduce<std::list<int>, answer_>();
- as2::put_aux::check_deduce<std::vector<int>, answer_>();
-
- as2::put_aux::check_deduce<boost::ptr_deque<int>, answer_>();
- as2::put_aux::check_deduce<boost::ptr_list<int>, answer_>();
- as2::put_aux::check_deduce<boost::ptr_vector<int>, answer_>();
+ as2::value_aux::check_deduce<std::deque<int>, answer_>();
+ as2::value_aux::check_deduce<std::list<int>, answer_>();
+ as2::value_aux::check_deduce<std::vector<int>, answer_>();
+
+ as2::value_aux::check_deduce<boost::ptr_deque<int>, answer_>();
+ as2::value_aux::check_deduce<boost::ptr_list<int>, answer_>();
+ as2::value_aux::check_deduce<boost::ptr_vector<int>, answer_>();
         }
         {
             typedef as2::modifier_tag::iterate<> answer_;
- as2::put_aux::check_deduce<boost::array<int, 1>, answer_>();
- as2::put_aux::check_deduce<boost::ptr_array<int, 1>, answer_>();
+ as2::value_aux::check_deduce<boost::array<int, 1>, answer_>();
+ as2::value_aux::check_deduce<boost::ptr_array<int, 1>, answer_>();
         }
         {
             typedef as2::modifier_tag::push answer_;
- as2::put_aux::check_deduce<std::queue<int>, answer_>();
- as2::put_aux::check_deduce<std::stack<int>, answer_>();
+ as2::value_aux::check_deduce<std::queue<int>, answer_>();
+ as2::value_aux::check_deduce<std::stack<int>, answer_>();
         }
         {
             typedef as2::modifier_tag::insert answer_;
- as2::put_aux::check_deduce<std::set<int>, answer_>();
+ as2::value_aux::check_deduce<std::set<int>, answer_>();
             typedef std::string str_;
- as2::put_aux::check_deduce<std::map<str_, int>, answer_>();
+ as2::value_aux::check_deduce<std::map<str_, int>, answer_>();
         }
         {
             //[put_deduce_map
             typedef std::map<std::string, int> C;
- typedef as2::put_aux::deduce_modifier_tag<C>::type found_;
+ typedef as2::value_aux::deduce_modifier_tag<C>::type found_;
             typedef as2::modifier_tag::insert answer_;
             BOOST_MPL_ASSERT(( boost::is_same<found_, answer_> ));
             //]
@@ -79,5 +79,5 @@
 
 }// xxx_deduce
 }// xxx_modifier
-}// xxx_put
+}// xxx_value
 }// test_assign_v2

Modified: sandbox/assign_v2/libs/assign/v2/test/put/modifier/deduce.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/modifier/deduce.h (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/modifier/deduce.h 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -7,11 +7,11 @@
 // 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_PUT_MODIFIER_DEDUCE_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_PUT_MODIFIER_DEDUCE_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_VALUE_MODIFIER_DEDUCE_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_VALUE_MODIFIER_DEDUCE_ER_2010_H
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_modifier{
 namespace xxx_deduce{
 
@@ -19,7 +19,7 @@
 
 }// xxx_deduce
 }// xxx_modifier
-}// xxx_put
+}// xxx_value
 }// xxx_test_assign
 
 #endif

Modified: sandbox/assign_v2/libs/assign/v2/test/put/modifier/iterate.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/modifier/iterate.cpp (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/modifier/iterate.cpp 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -10,9 +10,9 @@
 #include <boost/array.hpp>
 #include <boost/assign/v2/detail/config/check.hpp>
 
-#include <boost/assign/v2/put/modifier/iterate.hpp>
-#include <boost/assign/v2/put/put.hpp>
-#include <boost/assign/v2/put/deque.hpp>
+#include <boost/assign/v2/value/modifier/iterate.hpp>
+#include <boost/assign/v2/value/put.hpp>
+#include <boost/assign/v2/value/deque.hpp>
 #include <boost/lambda/lambda.hpp>
 #include <boost/lambda/bind.hpp>
 #include <boost/lambda/construct.hpp>
@@ -20,12 +20,12 @@
 #include <boost/mpl/apply.hpp>
 #include <boost/type_traits/is_same.hpp>
 #include <boost/typeof/typeof.hpp>
-#include <libs/assign/v2/test/put/modifier/iterate.h>
+#include <libs/assign/v2/test/value/modifier/iterate.h>
 
 #include <iostream>
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_modifier{
 namespace xxx_iterate{
 
@@ -36,15 +36,15 @@
         namespace as2 = assign::v2;
         {
             //[test_put_modifier_iterate_meta
- typedef as2::put_aux::keyword_iterate keyword_;
+ typedef as2::value_aux::keyword_iterate keyword_;
             typedef as2::modifier_tag::iterate_arg arg_;
- typedef as2::put_aux::modulo_modifier<keyword_, arg_> modulo_;
+ typedef as2::value_aux::modulo_modifier<keyword_, arg_> modulo_;
             typedef array<int, 4> cont_;
             typedef as2::result_of::put<cont_>::type put_;
             typedef as2::result_of::modulo_modifier<put_> meta1_;
             typedef ::boost::mpl::apply2<meta1_, keyword_, arg_>::type result1_;
             typedef as2::modifier_tag::iterate<arg_> tag1_;
- typedef as2::put_aux::replace_modifier_tag<put_> meta2_;
+ typedef as2::value_aux::replace_modifier_tag<put_> meta2_;
             typedef ::boost::mpl::apply1<meta2_, tag1_>::type result2_;
             BOOST_MPL_ASSERT(( is_same<result1_, result2_> ));
             //]
@@ -62,14 +62,14 @@
         }
         {
             //[test_put_modifier_iterate_meta_deque
- typedef as2::put_aux::keyword_iterate keyword_;
+ typedef as2::value_aux::keyword_iterate keyword_;
             typedef as2::modifier_tag::iterate_arg arg_;
- typedef as2::put_aux::modulo_modifier<keyword_, arg_> modulo_;
+ typedef as2::value_aux::modulo_modifier<keyword_, arg_> modulo_;
             typedef as2::result_of::deque<int>::type put_;
             typedef as2::result_of::modulo_modifier<put_> meta1_;
             typedef ::boost::mpl::apply2<meta1_, keyword_, arg_>::type result1_;
             typedef as2::modifier_tag::iterate<arg_> tag1_;
- typedef as2::put_aux::replace_modifier_tag<put_> meta2_;
+ typedef as2::value_aux::replace_modifier_tag<put_> meta2_;
             typedef ::boost::mpl::apply1<meta2_, tag1_>::type result2_;
             BOOST_MPL_ASSERT(( is_same<result1_, result2_> ));
             //]
@@ -94,5 +94,5 @@
 
 }// xxx_iterate
 }// xxx_modifier
-}// xxx_put
+}// xxx_value
 }// test_assign_v2

Modified: sandbox/assign_v2/libs/assign/v2/test/put/modifier/iterate.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/modifier/iterate.h (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/modifier/iterate.h 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -7,11 +7,11 @@
 // 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_PUT_MODIFIER_ITERATE_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_PUT_MODIFIER_ITERATE_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_VALUE_MODIFIER_ITERATE_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_VALUE_MODIFIER_ITERATE_ER_2010_H
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_modifier{
 namespace xxx_iterate{
 
@@ -19,7 +19,7 @@
 
 }// xxx_iterate
 }// xxx_modifier
-}// xxx_put
+}// xxx_value
 }// xxx_test_assign
 
 #endif

Modified: sandbox/assign_v2/libs/assign/v2/test/put/modifier/lookup.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/modifier/lookup.cpp (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/modifier/lookup.cpp 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -12,20 +12,20 @@
 #include <cmath>
 #include <boost/assign/v2/detail/config/check.hpp>
 
-#include <boost/assign/v2/put/fun.hpp>
-#include <boost/assign/v2/put/modifier/lookup.hpp>
-#include <boost/assign/v2/put/put.hpp>
-#include <boost/assign/v2/put/deque.hpp>
+#include <boost/assign/v2/value/fun.hpp>
+#include <boost/assign/v2/value/modifier/lookup.hpp>
+#include <boost/assign/v2/value/put.hpp>
+#include <boost/assign/v2/value/deque.hpp>
 #include <boost/lambda/lambda.hpp>
 #include <boost/mpl/assert.hpp>
 #include <boost/mpl/apply.hpp>
 #include <boost/type_traits/is_same.hpp>
 #include <boost/typeof/typeof.hpp>
 #include <boost/tuple/tuple.hpp>
-#include <libs/assign/v2/test/put/modifier/lookup.h>
+#include <libs/assign/v2/test/value/modifier/lookup.h>
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_modifier{
 namespace xxx_lookup{
 
@@ -37,14 +37,14 @@
         {
             //[test_put_modifier_lookup_meta
             typedef BOOST_TYPEOF(_1) arg_;
- typedef as2::put_aux::keyword_lookup keyword_;
- typedef as2::put_aux::modulo_modifier<keyword_, arg_> modulo_;
+ typedef as2::value_aux::keyword_lookup keyword_;
+ typedef as2::value_aux::modulo_modifier<keyword_, arg_> modulo_;
             typedef std::map<std::string, int> cont_;
             typedef as2::result_of::put<cont_>::type put_;
             typedef as2::result_of::modulo_modifier<put_> meta1_;
             typedef ::boost::mpl::apply2<meta1_, keyword_, arg_>::type result1_;
             typedef as2::modifier_tag::lookup<arg_> tag1_;
- typedef as2::put_aux::replace_modifier_tag<put_> meta2_;
+ typedef as2::value_aux::replace_modifier_tag<put_> meta2_;
             typedef ::boost::mpl::apply1<meta2_, tag1_>::type result2_;
             BOOST_MPL_ASSERT((boost::is_same<result1_, result2_>));
             //]
@@ -61,13 +61,13 @@
         {
             //[test_put_modifier_lookup_meta_deque
             typedef BOOST_TYPEOF(_1) arg_;
- typedef as2::put_aux::keyword_lookup keyword_;
- typedef as2::put_aux::modulo_modifier<keyword_, arg_> modulo_;
+ typedef as2::value_aux::keyword_lookup keyword_;
+ typedef as2::value_aux::modulo_modifier<keyword_, arg_> modulo_;
             typedef as2::result_of::deque<int>::type put_;
             typedef as2::result_of::modulo_modifier<put_> meta1_;
             typedef ::boost::mpl::apply2<meta1_, keyword_, arg_>::type result1_;
             typedef as2::modifier_tag::lookup<arg_> tag1_;
- typedef as2::put_aux::replace_modifier_tag<put_> meta2_;
+ typedef as2::value_aux::replace_modifier_tag<put_> meta2_;
             typedef ::boost::mpl::apply1<meta2_, tag1_>::type result2_;
             BOOST_MPL_ASSERT((boost::is_same<result1_, result2_>));
             //]
@@ -89,5 +89,5 @@
 
 }// xxx_lookup
 }// xxx_modifier
-}// xxx_put
+}// xxx_value
 }// test_assign_v2

Modified: sandbox/assign_v2/libs/assign/v2/test/put/modifier/lookup.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/modifier/lookup.h (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/modifier/lookup.h 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -7,11 +7,11 @@
 // 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_PUT_MODIFIER_LOOKUP_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_PUT_MODIFIER_LOOKUP_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_VALUE_MODIFIER_LOOKUP_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_VALUE_MODIFIER_LOOKUP_ER_2010_H
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_modifier{
 namespace xxx_lookup{
 
@@ -19,7 +19,7 @@
 
 }// xxx_lookup
 }// xxx_modifier
-}// xxx_put
+}// xxx_value
 }// xxx_test_assign
 
 #endif

Modified: sandbox/assign_v2/libs/assign/v2/test/put/modifier/repeat.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/modifier/repeat.cpp (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/modifier/repeat.cpp 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -11,14 +11,14 @@
 #include <boost/typeof/typeof.hpp>
 #include <boost/assign/v2/detail/config/check.hpp>
 
-#include <boost/assign/v2/put/modifier/push_front.hpp>
-#include <boost/assign/v2/put/modifier/repeat.hpp>
-#include <boost/assign/v2/put/put.hpp>
-#include <boost/assign/v2/put/deque.hpp>
-#include <libs/assign/v2/test/put/modifier/repeat.h>
+#include <boost/assign/v2/value/modifier/push_front.hpp>
+#include <boost/assign/v2/value/modifier/repeat.hpp>
+#include <boost/assign/v2/value/put.hpp>
+#include <boost/assign/v2/value/deque.hpp>
+#include <libs/assign/v2/test/value/modifier/repeat.h>
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_modifier{
 namespace xxx_repeat{
 
@@ -53,5 +53,5 @@
 
 }// xxx_repeat
 }// xxx_modifier
-}// xxx_put
+}// xxx_value
 }// test_assign_v2

Modified: sandbox/assign_v2/libs/assign/v2/test/put/modifier/repeat.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/modifier/repeat.h (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/modifier/repeat.h 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -7,11 +7,11 @@
 // 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_PUT_MODIFIER_REPEAT_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_PUT_MODIFIER_REPEAT_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_VALUE_MODIFIER_REPEAT_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_VALUE_MODIFIER_REPEAT_ER_2010_H
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_modifier{
 namespace xxx_repeat{
 
@@ -19,7 +19,7 @@
 
 }// xxx_repeat
 }// xxx_modifier
-}// xxx_put
+}// xxx_value
 }// xxx_test_assign
 
 #endif

Modified: sandbox/assign_v2/libs/assign/v2/test/put/modifier/standard.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/modifier/standard.cpp (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/modifier/standard.cpp 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -13,9 +13,9 @@
 #include <set>
 #include <string>
 #include <boost/assign/v2/detail/config/check.hpp>
-#include <boost/assign/v2/put/modifier/standard.hpp>
-#include <boost/assign/v2/put/put.hpp>
-#include <boost/assign/v2/put/deque.hpp>
+#include <boost/assign/v2/value/modifier/standard.hpp>
+#include <boost/assign/v2/value/put.hpp>
+#include <boost/assign/v2/value/deque.hpp>
 #include <boost/range/begin.hpp>
 #include <boost/range/end.hpp>
 #include <boost/range/algorithm/lower_bound.hpp>
@@ -25,10 +25,10 @@
 #include <boost/mpl/assert.hpp>
 #include <boost/type_traits/is_same.hpp>
 #include <boost/typeof/typeof.hpp>
-#include <libs/assign/v2/test/put/modifier/standard.h>
+#include <libs/assign/v2/test/value/modifier/standard.h>
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_modifier{
 namespace xxx_standard{
 
@@ -47,11 +47,11 @@
         {
             //[test_put_modifier_standard_meta
             typedef as2::result_of::put<std::vector<int> >::type put_;
- typedef as2::put_aux::keyword_standard_modifier keyword_;
+ typedef as2::value_aux::keyword_standard_modifier keyword_;
             typedef as2::modifier_tag::push_front tag_;
             typedef as2::result_of::modulo_modifier<put_> meta1_;
             typedef ::boost::mpl::apply2<meta1_, keyword_, tag_>::type result1_;
- typedef as2::put_aux::replace_modifier_tag<put_> meta2_;
+ typedef as2::value_aux::replace_modifier_tag<put_> meta2_;
             typedef ::boost::mpl::apply1<meta2_, tag_>::type result2_;
             BOOST_MPL_ASSERT(( boost::is_same<result1_, result2_> ));
             //]
@@ -95,11 +95,11 @@
         {
             //[test_put_modifier_meta_deque
             typedef as2::result_of::deque<int>::type put_;
- typedef as2::put_aux::keyword_standard_modifier keyword_;
+ typedef as2::value_aux::keyword_standard_modifier keyword_;
             typedef as2::modifier_tag::push_front tag_;
             typedef as2::result_of::modulo_modifier<put_> meta1_;
             typedef ::boost::mpl::apply2<meta1_, keyword_, tag_>::type result1_;
- typedef as2::put_aux::replace_modifier_tag<put_> meta2_;
+ typedef as2::value_aux::replace_modifier_tag<put_> meta2_;
             typedef ::boost::mpl::apply1<meta2_, tag_>::type result2_;
 
             BOOST_MPL_ASSERT(( boost::is_same<result1_, result2_> ));
@@ -120,5 +120,5 @@
 
 }// xxx_standard
 }// xxx_modifier
-}// xxx_put
+}// xxx_value
 }// test_assign_v2

Modified: sandbox/assign_v2/libs/assign/v2/test/put/modifier/standard.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/modifier/standard.h (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/modifier/standard.h 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -7,11 +7,11 @@
 // 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_PUT_MODIFIER_STANDARD_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_PUT_MODIFIER_STANDARD_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_VALUE_MODIFIER_STANDARD_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_VALUE_MODIFIER_STANDARD_ER_2010_H
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_modifier{
 namespace xxx_standard{
 
@@ -19,7 +19,7 @@
 
 }// xxx_standard
 }// xxx_modifier
-}// xxx_put
+}// xxx_value
 }// xxx_test_assign
 
 #endif

Modified: sandbox/assign_v2/libs/assign/v2/test/put/pipe.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/pipe.cpp (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/pipe.cpp 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -7,15 +7,15 @@
 // 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/put/pipe/args_list.h>
-#include <libs/assign/v2/test/put/pipe/fun.h>
-#include <libs/assign/v2/test/put/pipe/modifier.h>
-#include <libs/assign/v2/test/put/pipe/put.h>
-// #include <libs/assign/v2/test/put/pipe/put_range.h>
-#include <libs/assign/v2/test/put/pipe.h>
+#include <libs/assign/v2/test/value/pipe/args_list.h>
+#include <libs/assign/v2/test/value/pipe/fun.h>
+#include <libs/assign/v2/test/value/pipe/modifier.h>
+#include <libs/assign/v2/test/value/pipe/put.h>
+// #include <libs/assign/v2/test/value/pipe/put_range.h>
+#include <libs/assign/v2/test/value/pipe.h>
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_pipe{
 
     void test()
@@ -28,6 +28,6 @@
     }
 
 }// xxx_pipe
-}// xxx_put
+}// xxx_value
 }// xxx_test_assign
 

Modified: sandbox/assign_v2/libs/assign/v2/test/put/pipe.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/pipe.h (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/pipe.h 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -7,17 +7,17 @@
 // 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_PUT_PIPE_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_PUT_PIPE_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_VALUE_PIPE_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_VALUE_PIPE_ER_2010_H
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_pipe{
 
     void test();
 
 }// xxx_pipe
-}// xxx_put
+}// xxx_value
 }// xxx_test_assign
 
 #endif

Modified: sandbox/assign_v2/libs/assign/v2/test/put/pipe/args_list.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/pipe/args_list.cpp (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/pipe/args_list.cpp 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -13,13 +13,13 @@
 #include <boost/assign/v2/detail/check/equal_val.hpp>
 #include <boost/assign/v2/detail/check/equal_ref.hpp>
 
-#include <boost/assign/v2/put/modifier/repeat.hpp>
-#include <boost/assign/v2/put/pipe/put.hpp>
+#include <boost/assign/v2/value/modifier/repeat.hpp>
+#include <boost/assign/v2/value/pipe/put.hpp>
 #include <boost/assign/v2/utility/csv.hpp>
-#include <libs/assign/v2/test/put/pipe/args_list.h>
+#include <libs/assign/v2/test/value/pipe/args_list.h>
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_pipe{
 namespace xxx_args_list{
 
@@ -104,5 +104,5 @@
 
 }// xxx_args_list
 }// xxx_pipe
-}// xxx_put
+}// xxx_value
 }// test_assign_v2

Modified: sandbox/assign_v2/libs/assign/v2/test/put/pipe/args_list.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/pipe/args_list.h (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/pipe/args_list.h 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -7,11 +7,11 @@
 // 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_PUT_PIPE_ARGS_LIST_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_PUT_PIPE_ARGS_LIST_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_VALUE_PIPE_ARGS_LIST_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_VALUE_PIPE_ARGS_LIST_ER_2010_H
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_pipe{
 namespace xxx_args_list{
 
@@ -19,7 +19,7 @@
 
 }// xxx_args_list
 }// xxx_pipe
-}// xxx_put
+}// xxx_value
 }// xxx_test_assign
 
 #endif

Modified: sandbox/assign_v2/libs/assign/v2/test/put/pipe/fun.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/pipe/fun.cpp (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/pipe/fun.cpp 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -12,12 +12,12 @@
 #include <vector>
 #include <boost/assign/v2/detail/config/check.hpp>
 
-#include <boost/assign/v2/put/deque/csv_deque.hpp>
-#include <boost/assign/v2/put/fun.hpp>
-#include <boost/assign/v2/put/pipe/put.hpp>
+#include <boost/assign/v2/value/deque/csv_deque.hpp>
+#include <boost/assign/v2/value/fun.hpp>
+#include <boost/assign/v2/value/pipe/put.hpp>
 #include <boost/lambda/lambda.hpp>
 #include <boost/range/algorithm/equal.hpp>
-#include <libs/assign/v2/test/put/pipe/fun.h>
+#include <libs/assign/v2/test/value/pipe/fun.h>
 
 #include <boost/range/algorithm/for_each.hpp>
 
@@ -25,7 +25,7 @@
 #include <iostream>
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_pipe{
 namespace xxx_fun{
 
@@ -51,5 +51,5 @@
 
 }// xxx_fun
 }// xxx_pipe
-}// xxx_put
+}// xxx_value
 }// test_assign_v2

Modified: sandbox/assign_v2/libs/assign/v2/test/put/pipe/fun.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/pipe/fun.h (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/pipe/fun.h 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -7,11 +7,11 @@
 // 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_PUT_PIPE_MODULO_FUN_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_PUT_PIPE_MODULO_FUN_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_VALUE_PIPE_MODULO_FUN_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_VALUE_PIPE_MODULO_FUN_ER_2010_H
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_pipe{
 namespace xxx_fun{
 
@@ -19,7 +19,7 @@
 
 }// xxx_fun
 }// xxx_pipe
-}// xxx_put
+}// xxx_value
 }// xxx_test_assign
 
 #endif

Modified: sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier.cpp (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier.cpp 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -7,14 +7,14 @@
 // 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/put/pipe/modifier/iterate.h>
-#include <libs/assign/v2/test/put/pipe/modifier/lookup.h>
-#include <libs/assign/v2/test/put/pipe/modifier/repeat.h>
-#include <libs/assign/v2/test/put/pipe/modifier/standard.h>
-#include <libs/assign/v2/test/put/pipe/modifier.h>
+#include <libs/assign/v2/test/value/pipe/modifier/iterate.h>
+#include <libs/assign/v2/test/value/pipe/modifier/lookup.h>
+#include <libs/assign/v2/test/value/pipe/modifier/repeat.h>
+#include <libs/assign/v2/test/value/pipe/modifier/standard.h>
+#include <libs/assign/v2/test/value/pipe/modifier.h>
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_pipe{
 namespace xxx_modifier{
 
@@ -28,5 +28,5 @@
 
 }// xxx_modifier
 }// xxx_pipe
-}// xxx_put
+}// xxx_value
 }// xxx_test_assign

Modified: sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier.h (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier.h 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -7,11 +7,11 @@
 // 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_PUT_PIPE_MODIFIER_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_PUT_PIPE_MODIFIER_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_VALUE_PIPE_MODIFIER_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_VALUE_PIPE_MODIFIER_ER_2010_H
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_pipe{
 namespace xxx_modifier{
 
@@ -19,7 +19,7 @@
 
 }// xxx_modifier
 }// xxx_pipe
-}// xxx_put
+}// xxx_value
 }// test_assign_v2
 
 #endif

Modified: sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/iterate.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/iterate.cpp (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/iterate.cpp 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -9,15 +9,15 @@
 //////////////////////////////////////////////////////////////////////////////
 #include <boost/assign/v2/detail/config/check.hpp>
 
-#include <boost/assign/v2/put/modifier/iterate.hpp>
-#include <boost/assign/v2/put/pipe/csv_put.hpp>
-#include <boost/assign/v2/put/deque/csv_deque.hpp>
+#include <boost/assign/v2/value/modifier/iterate.hpp>
+#include <boost/assign/v2/value/pipe/csv_put.hpp>
+#include <boost/assign/v2/value/deque/csv_deque.hpp>
 #include <boost/array.hpp>
 #include <boost/lambda/lambda.hpp>
-#include <libs/assign/v2/test/put/pipe/modifier/iterate.h>
+#include <libs/assign/v2/test/value/pipe/modifier/iterate.h>
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_pipe{
 namespace xxx_modifier{
 namespace xxx_iterate{
@@ -46,5 +46,5 @@
 }// xxx_iterate
 }// xxx_modifier
 }// xxx_pipe
-}// xxx_put
+}// xxx_value
 }// test_assign_v2

Modified: sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/iterate.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/iterate.h (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/iterate.h 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -7,11 +7,11 @@
 // 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_PUT_PIPE_MODIFIER_ITERATE_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_PUT_PIPE_MODIFIER_ITERATE_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_VALUE_PIPE_MODIFIER_ITERATE_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_VALUE_PIPE_MODIFIER_ITERATE_ER_2010_H
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_pipe{
 namespace xxx_modifier{
 namespace xxx_iterate{
@@ -21,7 +21,7 @@
 }// xxx_iterate
 }// xxx_modifier
 }// xxx_pipe
-}// xxx_put
+}// xxx_value
 }// xxx_test_assign
 
 #endif

Modified: sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/lookup.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/lookup.cpp (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/lookup.cpp 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -13,14 +13,14 @@
 #include <boost/typeof/typeof.hpp>
 #include <boost/assign/v2/detail/config/check.hpp>
 
-#include <boost/assign/v2/put/fun.hpp>
-#include <boost/assign/v2/put/modifier/lookup.hpp>
-#include <boost/assign/v2/put/pipe/put.hpp>
-#include <boost/assign/v2/put/pipe/csv_put.hpp>
-#include <libs/assign/v2/test/put/pipe/modifier/lookup.h>
+#include <boost/assign/v2/value/fun.hpp>
+#include <boost/assign/v2/value/modifier/lookup.hpp>
+#include <boost/assign/v2/value/pipe/put.hpp>
+#include <boost/assign/v2/value/pipe/csv_put.hpp>
+#include <libs/assign/v2/test/value/pipe/modifier/lookup.h>
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_pipe{
 namespace xxx_modifier{
 namespace xxx_lookup{
@@ -52,5 +52,5 @@
 }// xxx_lookup
 }// xxx_modifier
 }// xxx_pipe
-}// xxx_put
+}// xxx_value
 }// test_assign_v2

Modified: sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/lookup.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/lookup.h (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/lookup.h 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -7,11 +7,11 @@
 // 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_PUT_PIPE_MODIFIER_LOOKUP_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_PUT_PIPE_MODIFIER_LOOKUP_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_VALUE_PIPE_MODIFIER_LOOKUP_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_VALUE_PIPE_MODIFIER_LOOKUP_ER_2010_H
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_pipe{
 namespace xxx_modifier{
 namespace xxx_lookup{
@@ -21,7 +21,7 @@
 }// xxx_lookup
 }// xxx_modifier
 }// xxx_pipe
-}// xxx_put
+}// xxx_value
 }// xxx_test_assign
 
 #endif

Modified: sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/repeat.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/repeat.cpp (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/repeat.cpp 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -10,14 +10,14 @@
 #include <vector>
 #include <boost/assign/v2/detail/config/check.hpp>
 
-#include <boost/assign/v2/put/modifier/repeat.hpp>
-#include <boost/assign/v2/put/pipe/put.hpp>
-#include <boost/assign/v2/put/deque.hpp>
+#include <boost/assign/v2/value/modifier/repeat.hpp>
+#include <boost/assign/v2/value/pipe/put.hpp>
+#include <boost/assign/v2/value/deque.hpp>
 #include <boost/range/algorithm/equal.hpp>
-#include <libs/assign/v2/test/put/pipe/modifier/repeat.h>
+#include <libs/assign/v2/test/value/pipe/modifier/repeat.h>
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_pipe{
 namespace xxx_modifier{
 namespace xxx_repeat{
@@ -44,5 +44,5 @@
 }// xxx_repeat
 }// xxx_modifier
 }// xxx_pipe
-}// xxx_put
+}// xxx_value
 }// test_assign_v2

Modified: sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/repeat.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/repeat.h (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/repeat.h 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -7,11 +7,11 @@
 // 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_PUT_PIPE_MODIFIER_REPEAT_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_PUT_PIPE_MODIFIER_REPEAT_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_VALUE_PIPE_MODIFIER_REPEAT_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_VALUE_PIPE_MODIFIER_REPEAT_ER_2010_H
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_pipe{
 namespace xxx_modifier{
 namespace xxx_repeat{
@@ -21,7 +21,7 @@
 }// xxx_repeat
 }// xxx_pipe
 }// xxx_modifier
-}// xxx_put
+}// xxx_value
 }// xxx_test_assign
 
 #endif

Modified: sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/standard.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/standard.cpp (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/standard.cpp 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -17,14 +17,14 @@
 #include <boost/range/iterator.hpp>
 #include <boost/assign/v2/detail/config/check.hpp>
 
-#include <boost/assign/v2/put/modifier/standard.hpp>
-#include <boost/assign/v2/put/pipe/csv_put.hpp>
-#include <boost/assign/v2/put/pipe/put.hpp>
-#include <boost/assign/v2/put/deque.hpp>
-#include <libs/assign/v2/test/put/pipe/modifier/standard.h>
+#include <boost/assign/v2/value/modifier/standard.hpp>
+#include <boost/assign/v2/value/pipe/csv_put.hpp>
+#include <boost/assign/v2/value/pipe/put.hpp>
+#include <boost/assign/v2/value/deque.hpp>
+#include <libs/assign/v2/test/value/pipe/modifier/standard.h>
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_pipe{
 namespace xxx_modifier{
 namespace xxx_standard{
@@ -76,5 +76,5 @@
 }// xxx_standard
 }// xxx_modifier
 }// xxx_pipe
-}// xxx_put
+}// xxx_value
 }// test_assign_v2
\ No newline at end of file

Modified: sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/standard.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/standard.h (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/standard.h 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -7,11 +7,11 @@
 // 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_PUT_PIPE_MODIFIER_STANDARD_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_PUT_PIPE_MODIFIER_STANDARD_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_VALUE_PIPE_MODIFIER_STANDARD_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_VALUE_PIPE_MODIFIER_STANDARD_ER_2010_H
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_pipe{
 namespace xxx_modifier{
 namespace xxx_standard{
@@ -21,7 +21,7 @@
 }// xxx_standard
 }// xxx_modifier
 }// xxx_pipe
-}// xxx_put
+}// xxx_value
 }// xxx_test_assign
 
 #endif

Modified: sandbox/assign_v2/libs/assign/v2/test/put/pipe/put.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/pipe/put.cpp (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/pipe/put.cpp 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -14,15 +14,15 @@
 #include <string>
 #include <boost/array.hpp>
 #include <boost/assign/v2/detail/config/check.hpp>
-#include <boost/assign/v2/put/deque/csv_deque.hpp>
-#include <boost/assign/v2/put/pipe/put.hpp>
-#include <boost/assign/v2/put/pipe/csv_put.hpp>
+#include <boost/assign/v2/value/deque/csv_deque.hpp>
+#include <boost/assign/v2/value/pipe/put.hpp>
+#include <boost/assign/v2/value/pipe/csv_put.hpp>
 #include <boost/range/algorithm/for_each.hpp>
 
-#include <libs/assign/v2/test/put/pipe/put.h>
+#include <libs/assign/v2/test/value/pipe/put.h>
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_pipe{
 namespace xxx_put{
 
@@ -61,5 +61,5 @@
 
 }// xxx_put
 }// xxx_pipe
-}// xxx_put
+}// xxx_value
 }// xxx_test_assign
\ No newline at end of file

Modified: sandbox/assign_v2/libs/assign/v2/test/put/pipe/put.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/pipe/put.h (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/pipe/put.h 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -7,11 +7,11 @@
 // 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_PUT_PIPE_PUT_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_PUT_PIPE_PUT_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_VALUE_PIPE_PUT_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_VALUE_PIPE_PUT_ER_2010_H
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_pipe{
 namespace xxx_put{
 
@@ -19,7 +19,7 @@
 
 }// xxx_put
 }// xxx_pipe
-}// xxx_put
+}// xxx_value
 }// test_assign_v2
 
 #endif

Modified: sandbox/assign_v2/libs/assign/v2/test/put/ptr.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/ptr.cpp (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/ptr.cpp 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -10,17 +10,17 @@
 #include <string>
 #include <boost/assign/v2/detail/config/check.hpp>
 #include <boost/assign/v2/detail/pp/ignore.hpp>
-#include <boost/assign/v2/put/put.hpp>
+#include <boost/assign/v2/value/put.hpp>
 #include <boost/ptr_container/ptr_array.hpp>
 #include <boost/ptr_container/ptr_deque.hpp>
 #include <boost/ptr_container/ptr_list.hpp>
 #include <boost/ptr_container/ptr_map.hpp>
 #include <boost/ptr_container/ptr_set.hpp>
 #include <boost/ptr_container/ptr_vector.hpp>
-#include <libs/assign/v2/test/put/ptr.h>
+#include <libs/assign/v2/test/value/ptr.h>
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_ptr{
 
     void test(){
@@ -85,5 +85,5 @@
     }// test
 
 }// xxx_ptr
-}// xxx_put
+}// xxx_value
 }// xxx_test_assign

Modified: sandbox/assign_v2/libs/assign/v2/test/put/ptr.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/ptr.h (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/ptr.h 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -7,17 +7,17 @@
 // 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_PUT_PTR_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_PUT_PTR_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_VALUE_PTR_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_VALUE_PTR_ER_2010_H
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_ptr{
 
     void test();
 
 }// xxx_ptr
-}// xxx_put
+}// xxx_value
 }// xxx_test_assign
 
 #endif

Modified: sandbox/assign_v2/libs/assign/v2/test/put/put.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/put.cpp (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/put.cpp 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -20,20 +20,20 @@
 #include <utility>
 #include <boost/assign/v2/detail/config/check.hpp>
 
-#include <boost/assign/v2/put/put.hpp>
-#include <boost/assign/v2/put/deque/csv_deque.hpp>
+#include <boost/assign/v2/value/put.hpp>
+#include <boost/assign/v2/value/deque/csv_deque.hpp>
 #include <boost/tuple/tuple.hpp>
 #include <boost/range/algorithm_ext/iota.hpp>
 #include <boost/range/begin.hpp>
 #include <boost/range/end.hpp>
 #include <boost/numeric/conversion/bounds.hpp>
 #include <boost/variant.hpp>
-#include <libs/assign/v2/test/put/put.h>
+#include <libs/assign/v2/test/value/put.h>
 
 #include <iostream>
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_put{
 
     void test(){
@@ -135,5 +135,5 @@
     }// test()
 
 }// xxx_put
-}// xxx_put
+}// xxx_value
 }// xxx_test_assign

Modified: sandbox/assign_v2/libs/assign/v2/test/put/put.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/put.h (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/put.h 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -7,17 +7,17 @@
 // 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_PUT_CONTAINER_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_PUT_CONTAINER_ER_2010_H
+#ifndef LIBS_ASSIGN_V2_TEST_VALUE_CONTAINER_ER_2010_H
+#define LIBS_ASSIGN_V2_TEST_VALUE_CONTAINER_ER_2010_H
 
 namespace test_assign_v2{
-namespace xxx_put{
+namespace xxx_value{
 namespace xxx_put{
 
     void test();
 
 }// xxx_put
-}// xxx_put
+}// xxx_value
 }// xxx_test_assign
 
 #endif

Modified: sandbox/assign_v2/libs/assign/v2/test/unit_testing/put.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/unit_testing/put.cpp (original)
+++ sandbox/assign_v2/libs/assign/v2/test/unit_testing/put.cpp 2011-03-18 09:47:40 EDT (Fri, 18 Mar 2011)
@@ -13,22 +13,22 @@
 #include <boost/test/test_tools.hpp>
 #define BOOST_ASSIGN_V2_CHECK( p ) BOOST_CHECK( p )
 
-#include <libs/assign/v2/test/put/deque.cpp>
-#include <libs/assign/v2/test/put/fun.cpp>
-#include <libs/assign/v2/test/put/modifier/deduce.cpp>
-#include <libs/assign/v2/test/put/modifier/iterate.cpp>
-#include <libs/assign/v2/test/put/modifier/lookup.cpp>
-#include <libs/assign/v2/test/put/modifier/repeat.cpp>
-#include <libs/assign/v2/test/put/modifier/standard.cpp>
-#include <libs/assign/v2/test/put/pipe/args_list.cpp>
-#include <libs/assign/v2/test/put/pipe/fun.cpp>
-#include <libs/assign/v2/test/put/pipe/modifier/iterate.cpp>
-#include <libs/assign/v2/test/put/pipe/modifier/lookup.cpp>
-#include <libs/assign/v2/test/put/pipe/modifier/repeat.cpp>
-#include <libs/assign/v2/test/put/pipe/modifier/standard.cpp>
-#include <libs/assign/v2/test/put/pipe/put.cpp>
-#include <libs/assign/v2/test/put/ptr.cpp>
-#include <libs/assign/v2/test/put/put.cpp>
+#include <libs/assign/v2/test/value/deque.cpp>
+#include <libs/assign/v2/test/value/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/value/pipe/args_list.cpp>
+#include <libs/assign/v2/test/value/pipe/fun.cpp>
+#include <libs/assign/v2/test/value/pipe/modifier/iterate.cpp>
+#include <libs/assign/v2/test/value/pipe/modifier/lookup.cpp>
+#include <libs/assign/v2/test/value/pipe/modifier/repeat.cpp>
+#include <libs/assign/v2/test/value/pipe/modifier/standard.cpp>
+#include <libs/assign/v2/test/value/pipe/put.cpp>
+#include <libs/assign/v2/test/value/ptr.cpp>
+#include <libs/assign/v2/test/value/put.cpp>
 
 
 #include <boost/test/unit_test.hpp>
@@ -39,7 +39,7 @@
     using namespace test_assign_v2;
     {
 
- namespace ns = xxx_put;
+ namespace ns = xxx_value;
                 test->add( BOOST_TEST_CASE( &ns::xxx_deque::test ) );
                 test->add( BOOST_TEST_CASE( &ns::xxx_fun::test ) );
                 test->add( BOOST_TEST_CASE( &ns::xxx_modifier::xxx_deduce::test ) );

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-18 09:47:40 EDT (Fri, 18 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/put/deque/csv_deque.hpp>
+#include <boost/assign/v2/value/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-18 09:47:40 EDT (Fri, 18 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/put/deque.hpp>
+#include <boost/assign/v2/value/deque.hpp>
 #include <libs/assign/v2/test/utility/conversion.h>
 
 namespace test_assign_v2{

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-18 09:47:40 EDT (Fri, 18 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/put/deque.hpp>
-#include <boost/assign/v2/put/put.hpp>
-#include <boost/assign/v2/put/modifier/push_front.hpp>
+#include <boost/assign/v2/value/deque.hpp>
+#include <boost/assign/v2/value/put.hpp>
+#include <boost/assign/v2/value/modifier/push_front.hpp>
 #include <libs/assign/v2/test/utility/csv.h>
 
 namespace test_assign_v2{


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