Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r70508 - in sandbox/assign_v2: boost/assign boost/assign/v2 boost/assign/v2/chain boost/assign/v2/conversion boost/assign/v2/deque boost/assign/v2/include boost/assign/v2/include/logical_and boost/assign/v2/ref/array libs/assign/v2/src
From: erwann.rogard_at_[hidden]
Date: 2011-03-24 12:38:05


Author: e_r
Date: 2011-03-24 12:38:02 EDT (Thu, 24 Mar 2011)
New Revision: 70508
URL: http://svn.boost.org/trac/boost/changeset/70508

Log:
upd assign_v2
Text files modified:
   sandbox/assign_v2/boost/assign/v2.hpp | 4 +++-
   sandbox/assign_v2/boost/assign/v2/chain.hpp | 10 +++++-----
   sandbox/assign_v2/boost/assign/v2/chain/chain.hpp | 2 +-
   sandbox/assign_v2/boost/assign/v2/chain/check.hpp | 4 ++--
   sandbox/assign_v2/boost/assign/v2/chain/meta.hpp | 2 +-
   sandbox/assign_v2/boost/assign/v2/chain/operator_and.hpp | 4 ++--
   sandbox/assign_v2/boost/assign/v2/conversion.hpp | 8 ++++----
   sandbox/assign_v2/boost/assign/v2/conversion/check.hpp | 12 ++++++------
   sandbox/assign_v2/boost/assign/v2/conversion/convert.hpp | 8 ++++----
   sandbox/assign_v2/boost/assign/v2/conversion/converter.hpp | 16 ++++++++--------
   sandbox/assign_v2/boost/assign/v2/conversion/deduce_tag.hpp | 8 ++++----
   sandbox/assign_v2/boost/assign/v2/conversion/helper.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/conversion/predicate.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/csv.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/deque/conversion.hpp | 4 ++--
   sandbox/assign_v2/boost/assign/v2/include/_chain.hpp | 2 +-
   sandbox/assign_v2/boost/assign/v2/include/_convert.hpp | 2 +-
   sandbox/assign_v2/boost/assign/v2/include/converter.hpp | 2 +-
   sandbox/assign_v2/boost/assign/v2/include/csv.hpp | 2 +-
   sandbox/assign_v2/boost/assign/v2/include/logical_and/chain.hpp | 2 +-
   sandbox/assign_v2/boost/assign/v2/ref/array/conversion.hpp | 4 ++--
   sandbox/assign_v2/boost/assign/v2/utility.hpp | 18 +-----------------
   sandbox/assign_v2/libs/assign/v2/src/main.cpp | 4 +++-
   23 files changed, 62 insertions(+), 74 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-24 12:38:02 EDT (Thu, 24 Mar 2011)
@@ -10,12 +10,14 @@
 #ifndef BOOST_ASSIGN_V2_ER_2010_HPP
 #define BOOST_ASSIGN_V2_ER_2010_HPP
 
+#include <boost/assign/v2/chain.hpp>
+#include <boost/assign/v2/conversion.hpp>
+#include <boost/assign/v2/csv.hpp>
 #include <boost/assign/v2/detail.hpp>
 #include <boost/assign/v2/deque.hpp>
 #include <boost/assign/v2/option.hpp>
 #include <boost/assign/v2/pipe.hpp>
 #include <boost/assign/v2/put.hpp>
 #include <boost/assign/v2/ref.hpp>
-#include <boost/assign/v2/utility.hpp>
 
 #endif

Modified: sandbox/assign_v2/boost/assign/v2/chain.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/chain.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/chain.hpp 2011-03-24 12:38:02 EDT (Thu, 24 Mar 2011)
@@ -7,10 +7,10 @@
 // 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_UTILITY_CHAIN_ER_2010_HPP
-#define BOOST_ASSIGN_V2_UTILITY_CHAIN_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_CHAIN_ER_2010_HPP
+#define BOOST_ASSIGN_V2_CHAIN_ER_2010_HPP
 
-#include <boost/assign/v2/utility/chain/chain.hpp>
-// #include <boost/assign/v2/utility/chain/operator_and.hpp> // keep commented out as it is option
+#include <boost/assign/v2/chain/chain.hpp>
+// #include <boost/assign/v2/chain/operator_and.hpp> // keep commented out as it is option
 
-#endif // BOOST_ASSIGN_V2_UTILITY_CHAIN_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_CHAIN_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/chain/chain.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/chain/chain.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/chain/chain.hpp 2011-03-24 12:38:02 EDT (Thu, 24 Mar 2011)
@@ -11,7 +11,7 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_CHAIN_CHAIN_ER_2010_HPP
 #define BOOST_ASSIGN_V2_CHAIN_CHAIN_ER_2010_HPP
-#include <boost/assign/v2/utility/chain/meta.hpp>
+#include <boost/assign/v2/chain/meta.hpp>
 #include <boost/mpl/void.hpp>
 
 // Design:

Modified: sandbox/assign_v2/boost/assign/v2/chain/check.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/chain/check.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/chain/check.hpp 2011-03-24 12:38:02 EDT (Thu, 24 Mar 2011)
@@ -14,8 +14,8 @@
 #include <boost/assign/v2/detail/config/check.hpp>
 #include <boost/assign/v2/ref/array/get.hpp>
 #include <boost/assign/v2/ref/wrapper/copy.hpp>
-#include <boost/assign/v2/utility/chain/chain.hpp>
-#include <boost/assign/v2/utility/chain/meta.hpp>
+#include <boost/assign/v2/chain/chain.hpp>
+#include <boost/assign/v2/chain/meta.hpp>
 #include <boost/mpl/eval_if.hpp>
 #include <boost/mpl/identity.hpp>
 #include <boost/mpl/assert.hpp>

Modified: sandbox/assign_v2/boost/assign/v2/chain/meta.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/chain/meta.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/chain/meta.hpp 2011-03-24 12:38:02 EDT (Thu, 24 Mar 2011)
@@ -9,7 +9,7 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_CHAIN_META_ER_2010_HPP
 #define BOOST_ASSIGN_V2_CHAIN_META_ER_2010_HPP
-#include <boost/assign/v2/utility/chain/iterator.hpp>
+#include <boost/assign/v2/chain/iterator.hpp>
 #include <boost/config.hpp>
 #include <boost/concept/assert.hpp>
 #include <boost/mpl/and.hpp>

Modified: sandbox/assign_v2/boost/assign/v2/chain/operator_and.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/chain/operator_and.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/chain/operator_and.hpp 2011-03-24 12:38:02 EDT (Thu, 24 Mar 2011)
@@ -10,8 +10,8 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_CHAIN_OPERATOR_AND_ER_2010_HPP
 #define BOOST_ASSIGN_V2_CHAIN_OPERATOR_AND_ER_2010_HPP
-#include <boost/assign/v2/utility/chain/meta.hpp>
-#include <boost/assign/v2/utility/chain/chain.hpp>
+#include <boost/assign/v2/chain/meta.hpp>
+#include <boost/assign/v2/chain/chain.hpp>
 
 namespace boost{
 namespace assign{

Modified: sandbox/assign_v2/boost/assign/v2/conversion.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/conversion.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/conversion.hpp 2011-03-24 12:38:02 EDT (Thu, 24 Mar 2011)
@@ -7,9 +7,9 @@
 // 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_UTILITY_CONVERSION_ER_2010_HPP
-#define BOOST_ASSIGN_V2_UTILITY_CONVERSION_ER_2010_HPP
-#include <boost/assign/v2/utility/conversion/convert.hpp>
-#include <boost/assign/v2/utility/conversion/converter.hpp>
+#ifndef BOOST_ASSIGN_V2_CONVERSION_ER_2010_HPP
+#define BOOST_ASSIGN_V2_CONVERSION_ER_2010_HPP
+#include <boost/assign/v2/conversion/convert.hpp>
+#include <boost/assign/v2/conversion/converter.hpp>
 
 #endif

Modified: sandbox/assign_v2/boost/assign/v2/conversion/check.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/conversion/check.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/conversion/check.hpp 2011-03-24 12:38:02 EDT (Thu, 24 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_UTILITY_CONVERSION_CHECK_ER_2010_HPP
-#define BOOST_ASSIGN_V2_UTILITY_CONVERSION_CHECK_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_CONVERSION_CHECK_ER_2010_HPP
+#define BOOST_ASSIGN_V2_CONVERSION_CHECK_ER_2010_HPP
 #include <deque>
 #include <list>
 #include <map>
@@ -17,9 +17,9 @@
 #include <stack>
 #include <vector>
 #include <boost/array.hpp>
-#include <boost/assign/v2/utility/conversion/converter.hpp>
-#include <boost/assign/v2/utility/conversion/deduce_tag.hpp>
-#include <boost/assign/v2/utility/conversion/predicate.hpp>
+#include <boost/assign/v2/conversion/converter.hpp>
+#include <boost/assign/v2/conversion/deduce_tag.hpp>
+#include <boost/assign/v2/conversion/predicate.hpp>
 #include <boost/assign/v2/detail/check/fwd_equal_container.hpp>
 #include <boost/mpl/assert.hpp>
 #include <boost/type.hpp>
@@ -115,4 +115,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_UTILITY_CONVERSION_CHECK_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_CONVERSION_CHECK_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/conversion/convert.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/conversion/convert.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/conversion/convert.hpp 2011-03-24 12:38:02 EDT (Thu, 24 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_UTILITY_CONVERSION_CONVERT_ER_2010_HPP
-#define BOOST_ASSIGN_V2_UTILITY_CONVERSION_CONVERT_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_CONVERSION_CONVERT_ER_2010_HPP
+#define BOOST_ASSIGN_V2_CONVERSION_CONVERT_ER_2010_HPP
 #include <boost/assign/v2/detail/pp/ignore.hpp>
 #include <boost/assign/v2/put.hpp>
 #include <boost/range/algorithm/for_each.hpp>
@@ -78,6 +78,6 @@
 }// assign
 }// boost
 
-#include <boost/assign/v2/utility/conversion/deduce_tag.hpp>
+#include <boost/assign/v2/conversion/deduce_tag.hpp>
 
-#endif // BOOST_ASSIGN_V2_UTILITY_CONVERSION_CONVERT_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_CONVERSION_CONVERT_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/conversion/converter.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/conversion/converter.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/conversion/converter.hpp 2011-03-24 12:38:02 EDT (Thu, 24 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 BOOST_ASSIGN_V2_UTILITY_CONVERSION_CONVERTER_ER_2010_HPP
-#define BOOST_ASSIGN_V2_UTILITY_CONVERSION_CONVERTER_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_CONVERSION_CONVERTER_ER_2010_HPP
+#define BOOST_ASSIGN_V2_CONVERSION_CONVERTER_ER_2010_HPP
 #include <boost/assign/v2/detail/pp/ignore.hpp>
 #include <boost/assign/v2/ref/wrapper.hpp>
-#include <boost/assign/v2/utility/conversion/convert.hpp>
+#include <boost/assign/v2/conversion/convert.hpp>
 #include <boost/call_traits.hpp>
 #include <boost/range/begin.hpp>
 #include <boost/range/end.hpp>
@@ -79,18 +79,18 @@
 }// assign
 }// boost
 
-#if defined( BOOST_ASSIGN_V2_UTILITY_CONVERSION_CONVERTER_NAME_LOOKUP_PARAM ) || defined ( BOOST_ASSIGN_V2_UTILITY_CONVERSION_CONVERTER_NAME_LOOKUP )
+#if defined( BOOST_ASSIGN_V2_CONVERSION_CONVERTER_NAME_LOOKUP_PARAM ) || defined ( BOOST_ASSIGN_V2_CONVERSION_CONVERTER_NAME_LOOKUP )
 #error
 #endif
 
 #include <boost/preprocessor/seq/enum.hpp>
 #include <boost/preprocessor/seq/transform.hpp>
 
-#define BOOST_ASSIGN_V2_UTILITY_CONVERSION_CONVERTER_NAME_LOOKUP_PARAM(s, data, T) typename T
-#define BOOST_ASSIGN_V2_UTILITY_CONVERSION_CONVERTER_NAME_LOOKUP(Seq, R)\
+#define BOOST_ASSIGN_V2_CONVERSION_CONVERTER_NAME_LOOKUP_PARAM(s, data, T) typename T
+#define BOOST_ASSIGN_V2_CONVERSION_CONVERTER_NAME_LOOKUP(Seq, R)\
     template<BOOST_PP_SEQ_ENUM(\
         BOOST_PP_SEQ_TRANSFORM(\
- BOOST_ASSIGN_V2_UTILITY_CONVERSION_CONVERTER_NAME_LOOKUP_PARAM,\
+ BOOST_ASSIGN_V2_CONVERSION_CONVERTER_NAME_LOOKUP_PARAM,\
             ~,\
             Seq\
         )\
@@ -103,4 +103,4 @@
 /**/
 
 
-#endif // BOOST_ASSIGN_V2_UTILITY_CONVERSION_CONVERTER_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_CONVERSION_CONVERTER_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/conversion/deduce_tag.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/conversion/deduce_tag.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/conversion/deduce_tag.hpp 2011-03-24 12:38:02 EDT (Thu, 24 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 BOOST_ASSIGN_V2_UTILITY_CONVERSION_DEDUCE_TAG_ER_2010_HPP
-#define BOOST_ASSIGN_V2_UTILITY_CONVERSION_DEDUCE_TAG_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_CONVERSION_DEDUCE_TAG_ER_2010_HPP
+#define BOOST_ASSIGN_V2_CONVERSION_DEDUCE_TAG_ER_2010_HPP
 #include <boost/assign/v2/detail/traits/switch.hpp>
-#include <boost/assign/v2/utility/conversion/helper.hpp>
-#include <boost/assign/v2/utility/conversion/predicate.hpp>
+#include <boost/assign/v2/conversion/helper.hpp>
+#include <boost/assign/v2/conversion/predicate.hpp>
 #include <boost/mpl/pair.hpp>
 
 namespace boost{

Modified: sandbox/assign_v2/boost/assign/v2/conversion/helper.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/conversion/helper.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/conversion/helper.hpp 2011-03-24 12:38:02 EDT (Thu, 24 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_UTILITY_CONVERSION_HELPER_ER_2010_HPP
-#define BOOST_ASSIGN_V2_UTILITY_CONVERSION_HELPER_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_CONVERSION_HELPER_ER_2010_HPP
+#define BOOST_ASSIGN_V2_CONVERSION_HELPER_ER_2010_HPP
 #include <boost/mpl/bool.hpp>
 
 namespace boost{
@@ -39,4 +39,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_UTILITY_CONVERSION_HELPER_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_CONVERSION_HELPER_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/conversion/predicate.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/conversion/predicate.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/conversion/predicate.hpp 2011-03-24 12:38:02 EDT (Thu, 24 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_UTILITY_CONVERSION_TRAITS_ER_2010_HPP
-#define BOOST_ASSIGN_V2_UTILITY_CONVERSION_TRAITS_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_CONVERSION_TRAITS_ER_2010_HPP
+#define BOOST_ASSIGN_V2_CONVERSION_TRAITS_ER_2010_HPP
 #include <boost/assign/v2/detail/traits/value_container/category.hpp>
 #include <boost/assign/v2/detail/traits/value_container/has_push.hpp>
 #include <boost/assign/v2/detail/traits/ptr_container/meta.hpp>
@@ -46,4 +46,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_UTILITY_CONVERSION_TRAITS_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_CONVERSION_TRAITS_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/csv.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/csv.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/csv.hpp 2011-03-24 12:38:02 EDT (Thu, 24 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_UTILITY_CSV_ER_2010_HPP
-#define BOOST_ASSIGN_V2_UTILITY_CSV_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_CSV_ER_2010_HPP
+#define BOOST_ASSIGN_V2_CSV_ER_2010_HPP
 #include <boost/assign/v2/detail/config/enable_cpp0x.hpp>
 #include <boost/assign/v2/detail/pp/ignore.hpp>
 #include <boost/config.hpp>
@@ -142,4 +142,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_UTILITY_CSV_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_CSV_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/deque/conversion.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/deque/conversion.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/deque/conversion.hpp 2011-03-24 12:38:02 EDT (Thu, 24 Mar 2011)
@@ -10,7 +10,7 @@
 #ifndef BOOST_ASSIGN_V2_DEQUE_CONVERSION_ER_2010_HPP
 #define BOOST_ASSIGN_V2_DEQUE_CONVERSION_ER_2010_HPP
 #include <boost/assign/v2/deque/fwd.hpp>
-#include <boost/assign/v2/utility/conversion/converter.hpp>
+#include <boost/assign/v2/conversion/converter.hpp>
 
 namespace boost{
 namespace assign{
@@ -19,7 +19,7 @@
 
 #define BOOST_ASSIGN_V2_SEQ (T)(F)(Tag)
 #define BOOST_ASSIGN_V2_R deque_interpreter<T, F, Tag>
-BOOST_ASSIGN_V2_UTILITY_CONVERSION_CONVERTER_NAME_LOOKUP(BOOST_ASSIGN_V2_SEQ, BOOST_ASSIGN_V2_R)
+BOOST_ASSIGN_V2_CONVERSION_CONVERTER_NAME_LOOKUP(BOOST_ASSIGN_V2_SEQ, BOOST_ASSIGN_V2_R)
 #undef BOOST_ASSIGN_V2_SEQ
 #undef BOOST_ASSIGN_V2_R
 

Modified: sandbox/assign_v2/boost/assign/v2/include/_chain.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/include/_chain.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/include/_chain.hpp 2011-03-24 12:38:02 EDT (Thu, 24 Mar 2011)
@@ -9,6 +9,6 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_INCLUDE__CHAIN_ER_2010_HPP
 #define BOOST_ASSIGN_V2_INCLUDE__CHAIN_ER_2010_HPP
-#include <boost/assign/v2/utility/chain/chain.hpp>
+#include <boost/assign/v2/chain/chain.hpp>
 
 #endif // BOOST_ASSIGN_V2_INCLUDE__CHAIN_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/include/_convert.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/include/_convert.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/include/_convert.hpp 2011-03-24 12:38:02 EDT (Thu, 24 Mar 2011)
@@ -9,6 +9,6 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_INCLUDE__CONVERT_ER_2010_HPP
 #define BOOST_ASSIGN_V2_INCLUDE__CONVERT_ER_2010_HPP
-#include <boost/assign/v2/utility/conversion/convert.hpp>
+#include <boost/assign/v2/conversion/convert.hpp>
 
 #endif // BOOST_ASSIGN_V2_INCLUDE__CONVERT_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/include/converter.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/include/converter.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/include/converter.hpp 2011-03-24 12:38:02 EDT (Thu, 24 Mar 2011)
@@ -9,6 +9,6 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_INCLUDE_CONVERTER_ER_2010_HPP
 #define BOOST_ASSIGN_V2_INCLUDE_CONVERTER_ER_2010_HPP
-#include <boost/assign/v2/utility/conversion/converter.hpp>
+#include <boost/assign/v2/conversion/converter.hpp>
 
 #endif // BOOST_ASSIGN_V2_INCLUDE_CONVERTER_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/include/csv.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/include/csv.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/include/csv.hpp 2011-03-24 12:38:02 EDT (Thu, 24 Mar 2011)
@@ -9,6 +9,6 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_INCLUDE_CSV_ER_2010_HPP
 #define BOOST_ASSIGN_V2_INCLUDE_CSV_ER_2010_HPP
-#include <boost/assign/v2/utility/csv.hpp>
+#include <boost/assign/v2/csv.hpp>
 
 #endif // BOOST_ASSIGN_V2_INCLUDE_CSV_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/include/logical_and/chain.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/include/logical_and/chain.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/include/logical_and/chain.hpp 2011-03-24 12:38:02 EDT (Thu, 24 Mar 2011)
@@ -9,6 +9,6 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_INCLUDE_LOGICAL_AND_CHAIN_ER_2010_HPP
 #define BOOST_ASSIGN_V2_INCLUDE_LOGICAL_AND_CHAIN_ER_2010_HPP
-#include <boost/assign/v2/utility/chain/operator_and.hpp>
+#include <boost/assign/v2/chain/operator_and.hpp>
 
 #endif //BOOST_ASSIGN_V2_INCLUDE_LOGICAL_AND_CHAIN_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/ref/array/conversion.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/array/conversion.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/array/conversion.hpp 2011-03-24 12:38:02 EDT (Thu, 24 Mar 2011)
@@ -10,7 +10,7 @@
 #ifndef BOOST_ASSIGN_V2_REF_ARRAY_CONVERSION_ER_2010_HPP
 #define BOOST_ASSIGN_V2_REF_ARRAY_CONVERSION_ER_2010_HPP
 #include <boost/assign/v2/ref/array/interface.hpp>
-#include <boost/assign/v2/utility/conversion/converter.hpp>
+#include <boost/assign/v2/conversion/converter.hpp>
 
 namespace boost{
 namespace assign{
@@ -20,7 +20,7 @@
 
 #define BOOST_ASSIGN_V2_SEQ (Impl)(D)
 #define BOOST_ASSIGN_V2_R interface<Impl, D>
-BOOST_ASSIGN_V2_UTILITY_CONVERSION_CONVERTER_NAME_LOOKUP(BOOST_ASSIGN_V2_SEQ, BOOST_ASSIGN_V2_R)
+BOOST_ASSIGN_V2_CONVERSION_CONVERTER_NAME_LOOKUP(BOOST_ASSIGN_V2_SEQ, BOOST_ASSIGN_V2_R)
 #undef BOOST_ASSIGN_V2_SEQ
 #undef BOOST_ASSIGN_V2_R
 

Modified: sandbox/assign_v2/boost/assign/v2/utility.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/utility.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/utility.hpp 2011-03-24 12:38:02 EDT (Thu, 24 Mar 2011)
@@ -1,17 +1 @@
-//////////////////////////////////////////////////////////////////////////////
-// Boost.Assign v2 //
-// //
-// Copyright (C) 2003-2004 Thorsten Ottosen //
-// Copyright (C) 2010 Erwann Rogard //
-// Use, modification and distribution are subject to the //
-// Boost Software License, Version 1.0. (See accompanying file //
-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //
-//////////////////////////////////////////////////////////////////////////////
-#ifndef BOOST_ASSIGN_V2_UTILITY_ER_2010_HPP
-#define BOOST_ASSIGN_V2_UTILITY_ER_2010_HPP
-
-#include <boost/assign/v2/utility/chain.hpp>
-#include <boost/assign/v2/utility/conversion.hpp>
-#include <boost/assign/v2/utility/csv.hpp>
-
-#endif // BOOST_ASSIGN_V2_UTILITY_ER_2010_HPP
+// TODO remove file
\ No newline at end of file

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-24 12:38:02 EDT (Thu, 24 Mar 2011)
@@ -7,6 +7,9 @@
 #include <boost/version.hpp>*/
 
 // Test
+#include <libs/assign/v2/test/chain.h>
+#include <libs/assign/v2/test/conversion.h>
+#include <libs/assign/v2/test/csv.h>
 #include <libs/assign/v2/test/detail.h>
 //#include <libs/assign/v2/test/deque.h>
 //#include <libs/assign/v2/test/interpreter.h>
@@ -14,7 +17,6 @@
 //#include <libs/assign/v2/test/pipe.h>
 //#include <libs/assign/v2/test/put.h>
 //#include <libs/assign/v2/test/ref.h>
-//#include <libs/assign/v2/test/utility.h>
 
 // Tutorial
 //#include <libs/assign/v2/tutorial.h>


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