Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r71523 - in sandbox/assign_v2/boost/assign/v2: . chain conversion deque deque/cpp03 interpreter option option/modifier put put/cpp03 ref/array ref/array/cpp03 ref/aux_/list ref/aux_/list/holder ref/wrapper support support/check support/check/equal_container support/config support/functor support/pp support/traits support/traits/aux_ support/traits/type
From: erwann.rogard_at_[hidden]
Date: 2011-04-26 19:17:08


Author: e_r
Date: 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
New Revision: 71523
URL: http://svn.boost.org/trac/boost/changeset/71523

Log:
upd assign_v2
Text files modified:
   sandbox/assign_v2/boost/assign/v2/chain/chain.hpp | 2 +-
   sandbox/assign_v2/boost/assign/v2/chain/check.hpp | 2 +-
   sandbox/assign_v2/boost/assign/v2/chain/meta.hpp | 2 +-
   sandbox/assign_v2/boost/assign/v2/conversion/check.hpp | 2 +-
   sandbox/assign_v2/boost/assign/v2/conversion/convert.hpp | 4 ++--
   sandbox/assign_v2/boost/assign/v2/conversion/converter.hpp | 2 +-
   sandbox/assign_v2/boost/assign/v2/conversion/deduce_tag.hpp | 4 ++--
   sandbox/assign_v2/boost/assign/v2/deque/cpp03/csv_deque.hpp | 2 +-
   sandbox/assign_v2/boost/assign/v2/deque/cpp03/deque.hpp | 8 ++++----
   sandbox/assign_v2/boost/assign/v2/deque/csv_deque.hpp | 4 ++--
   sandbox/assign_v2/boost/assign/v2/deque/deque.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/interpreter/as_arg_list.hpp | 2 +-
   sandbox/assign_v2/boost/assign/v2/interpreter/crtp.hpp | 14 +++++++-------
   sandbox/assign_v2/boost/assign/v2/interpreter/csv.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/interpreter/data.hpp | 8 ++++----
   sandbox/assign_v2/boost/assign/v2/interpreter/fwd.hpp | 2 +-
   sandbox/assign_v2/boost/assign/v2/interpreter/modifier.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/interpreter/replace.hpp | 2 +-
   sandbox/assign_v2/boost/assign/v2/option/data.hpp | 10 +++++-----
   sandbox/assign_v2/boost/assign/v2/option/list.hpp | 2 +-
   sandbox/assign_v2/boost/assign/v2/option/modifier/framework.hpp | 4 ++--
   sandbox/assign_v2/boost/assign/v2/option/modifier/insert.hpp | 8 ++++----
   sandbox/assign_v2/boost/assign/v2/option/modifier/iterate.hpp | 10 +++++-----
   sandbox/assign_v2/boost/assign/v2/option/modifier/mapped.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/option/modifier/repeat.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/option/modifier/row_major.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/option/modifier/std.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/put/cpp03/csv_put.hpp | 2 +-
   sandbox/assign_v2/boost/assign/v2/put/csv_put.hpp | 4 ++--
   sandbox/assign_v2/boost/assign/v2/put/put.hpp | 2 +-
   sandbox/assign_v2/boost/assign/v2/ref/array/array.hpp | 2 +-
   sandbox/assign_v2/boost/assign/v2/ref/array/cpp03/csv_array.hpp | 4 ++--
   sandbox/assign_v2/boost/assign/v2/ref/array/csv_array.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/ref/array/get.hpp | 2 +-
   sandbox/assign_v2/boost/assign/v2/ref/array/interface.hpp | 2 +-
   sandbox/assign_v2/boost/assign/v2/ref/aux_/list/fwd.hpp | 2 +-
   sandbox/assign_v2/boost/assign/v2/ref/aux_/list/holder/tail.hpp | 2 +-
   sandbox/assign_v2/boost/assign/v2/ref/aux_/list/list.hpp | 2 +-
   sandbox/assign_v2/boost/assign/v2/ref/wrapper/copy.hpp | 2 +-
   sandbox/assign_v2/boost/assign/v2/ref/wrapper/cpp0x.hpp | 2 +-
   sandbox/assign_v2/boost/assign/v2/ref/wrapper/crtp.hpp | 2 +-
   sandbox/assign_v2/boost/assign/v2/support.hpp | 12 ++++++------
   sandbox/assign_v2/boost/assign/v2/support/check/equal_container.hpp | 20 ++++++++++----------
   sandbox/assign_v2/boost/assign/v2/support/check/equal_container/array.hpp | 10 +++++-----
   sandbox/assign_v2/boost/assign/v2/support/check/equal_container/deduce.hpp | 20 ++++++++++----------
   sandbox/assign_v2/boost/assign/v2/support/check/equal_container/fifo.hpp | 10 +++++-----
   sandbox/assign_v2/boost/assign/v2/support/check/equal_container/lifo.hpp | 10 +++++-----
   sandbox/assign_v2/boost/assign/v2/support/check/equal_container/pp.hpp | 8 ++++----
   sandbox/assign_v2/boost/assign/v2/support/check/equal_container/range.hpp | 8 ++++----
   sandbox/assign_v2/boost/assign/v2/support/check/equal_container/sorted.hpp | 8 ++++----
   sandbox/assign_v2/boost/assign/v2/support/check/equal_ref.hpp | 8 ++++----
   sandbox/assign_v2/boost/assign/v2/support/check/equal_val.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/support/check/fwd_equal_container.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/support/config/limit_arity.hpp | 2 +-
   sandbox/assign_v2/boost/assign/v2/support/config/limit_lvalue_const_arity.hpp | 2 +-
   sandbox/assign_v2/boost/assign/v2/support/config/limit_tuple_arity.hpp | 8 ++++----
   sandbox/assign_v2/boost/assign/v2/support/functor.hpp | 14 +++++++-------
   sandbox/assign_v2/boost/assign/v2/support/functor/crtp_unary_and_up.hpp | 14 +++++++-------
   sandbox/assign_v2/boost/assign/v2/support/functor/iterate.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/support/functor/pair.hpp | 14 +++++++-------
   sandbox/assign_v2/boost/assign/v2/support/functor/value.hpp | 16 ++++++++--------
   sandbox/assign_v2/boost/assign/v2/support/keyword.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/support/pp/forward.hpp | 8 ++++----
   sandbox/assign_v2/boost/assign/v2/support/pp/ignore.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/support/speed.hpp | 8 ++++----
   sandbox/assign_v2/boost/assign/v2/support/switch.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/support/traits.hpp | 8 ++++----
   sandbox/assign_v2/boost/assign/v2/support/traits/aux_/fwd_container.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/support/traits/aux_/ptr_container.hpp | 8 ++++----
   sandbox/assign_v2/boost/assign/v2/support/traits/aux_/value_container.hpp | 8 ++++----
   sandbox/assign_v2/boost/assign/v2/support/traits/container.hpp | 12 ++++++------
   sandbox/assign_v2/boost/assign/v2/support/traits/type/or_const.hpp | 8 ++++----
   72 files changed, 229 insertions(+), 229 deletions(-)

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-04-26 19:16:59 EDT (Tue, 26 Apr 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/detail/pp/ignore.hpp>
+#include <boost/assign/v2/support/pp/ignore.hpp>
 #include <boost/assign/v2/chain/meta.hpp>
 #include <boost/mpl/void.hpp>
 

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-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -11,7 +11,7 @@
 #define BOOST_ASSIGN_V2_CHAIN_CHECK_ER_2010_HPP
 #include <vector>
 #include <boost/array.hpp>
-#include <boost/assign/v2/detail/config/check.hpp>
+#include <boost/assign/v2/support/config/check.hpp>
 #include <boost/assign/v2/ref/array/get.hpp>
 #include <boost/assign/v2/ref/wrapper/copy.hpp>
 #include <boost/assign/v2/chain/chain.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-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -10,7 +10,7 @@
 #ifndef BOOST_ASSIGN_V2_CHAIN_META_ER_2010_HPP
 #define BOOST_ASSIGN_V2_CHAIN_META_ER_2010_HPP
 #include <boost/assign/v2/chain/iterator.hpp>
-#include <boost/assign/v2/detail/pp/ignore.hpp>
+#include <boost/assign/v2/support/pp/ignore.hpp>
 #include <boost/config.hpp>
 #include <boost/concept/assert.hpp>
 #include <boost/mpl/and.hpp>

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-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -19,7 +19,7 @@
 #include <boost/array.hpp>
 #include <boost/assign/v2/conversion/converter.hpp>
 #include <boost/assign/v2/conversion/deduce_tag.hpp>
-#include <boost/assign/v2/detail/check/fwd_equal_container.hpp>
+#include <boost/assign/v2/support/check/fwd_equal_container.hpp>
 #include <boost/mpl/assert.hpp>
 #include <boost/type.hpp>
 #include <boost/type_traits/is_same.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-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -9,8 +9,8 @@
 //////////////////////////////////////////////////////////////////////////////
 #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/detail/keyword.hpp>
+#include <boost/assign/v2/support/pp/ignore.hpp>
+#include <boost/assign/v2/support/keyword.hpp>
 #include <boost/assign/v2/put/csv_put.hpp>
 #include <boost/range/algorithm/for_each.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-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -9,7 +9,7 @@
 //////////////////////////////////////////////////////////////////////////////
 #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/support/pp/ignore.hpp>
 #include <boost/assign/v2/conversion/convert.hpp>
 #include <boost/call_traits.hpp>
 #include <boost/range/begin.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-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -9,8 +9,8 @@
 //////////////////////////////////////////////////////////////////////////////
 #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/switch.hpp>
-#include <boost/assign/v2/detail/traits/container.hpp>
+#include <boost/assign/v2/support/switch.hpp>
+#include <boost/assign/v2/support/traits/container.hpp>
 #include <boost/mpl/bool.hpp>
 #include <boost/mpl/or.hpp>
 #include <boost/mpl/pair.hpp>

Modified: sandbox/assign_v2/boost/assign/v2/deque/cpp03/csv_deque.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/deque/cpp03/csv_deque.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/deque/cpp03/csv_deque.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -9,7 +9,7 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_DEQUE_CPP03_CSV_DEQUE_ER_2010_HPP
 #define BOOST_ASSIGN_V2_DEQUE_CPP03_CSV_DEQUE_ER_2010_HPP
-#include <boost/assign/v2/detail/config/limit_csv_arity.hpp>
+#include <boost/assign/v2/support/config/limit_csv_arity.hpp>
 #include <boost/preprocessor/arithmetic/inc.hpp>
 #include <boost/preprocessor/control/expr_if.hpp>
 #include <boost/preprocessor/repetition.hpp>

Modified: sandbox/assign_v2/boost/assign/v2/deque/cpp03/deque.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/deque/cpp03/deque.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/deque/cpp03/deque.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -9,10 +9,10 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_DEQUE_CPP03_DEQUE_ER_2010_HPP
 #define BOOST_ASSIGN_V2_DEQUE_CPP03_DEQUE_ER_2010_HPP
-#include <boost/assign/v2/detail/config/limit_arity.hpp>
-#include <boost/assign/v2/detail/config/limit_lvalue_const_arity.hpp>
-#include <boost/assign/v2/detail/keyword.hpp>
-#include <boost/assign/v2/detail/pp/parameter_list.hpp>
+#include <boost/assign/v2/support/config/limit_arity.hpp>
+#include <boost/assign/v2/support/config/limit_lvalue_const_arity.hpp>
+#include <boost/assign/v2/support/keyword.hpp>
+#include <boost/assign/v2/support/pp/parameter_list.hpp>
 #include <boost/assign/v2/deque/fwd.hpp>
 #include <boost/preprocessor/arithmetic.hpp>
 #include <boost/preprocessor/repetition.hpp>

Modified: sandbox/assign_v2/boost/assign/v2/deque/csv_deque.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/deque/csv_deque.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/deque/csv_deque.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -9,8 +9,8 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_DEQUE_CSV_DEQUE_ER_2010_HPP
 #define BOOST_ASSIGN_V2_DEQUE_CSV_DEQUE_ER_2010_HPP
-#include <boost/assign/v2/detail/config/enable_cpp0x.hpp>
-#include <boost/assign/v2/detail/pp/ignore.hpp>
+#include <boost/assign/v2/support/config/enable_cpp0x.hpp>
+#include <boost/assign/v2/support/pp/ignore.hpp>
 #include <boost/assign/v2/deque/deque.hpp>
 #include <boost/assign/v2/interpreter/csv.hpp>
 #include <boost/assign/v2/option/list.hpp>

Modified: sandbox/assign_v2/boost/assign/v2/deque/deque.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/deque/deque.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/deque/deque.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -15,9 +15,9 @@
 #include <boost/assign/v2/interpreter/modifier.hpp>
 #include <boost/assign/v2/interpreter/replace.hpp>
 #include <boost/assign/v2/deque/fwd.hpp>
-#include <boost/assign/v2/detail/config/enable_cpp0x.hpp>
-#include <boost/assign/v2/detail/keyword.hpp>
-#include <boost/assign/v2/detail/pp/ignore.hpp>
+#include <boost/assign/v2/support/config/enable_cpp0x.hpp>
+#include <boost/assign/v2/support/keyword.hpp>
+#include <boost/assign/v2/support/pp/ignore.hpp>
 #include <boost/range/begin.hpp>
 #include <boost/range/end.hpp>
 #include <boost/range/iterator.hpp>

Modified: sandbox/assign_v2/boost/assign/v2/interpreter/as_arg_list.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/interpreter/as_arg_list.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/interpreter/as_arg_list.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -9,7 +9,7 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_INTERPRETER_AS_ARG_LIST_ER_2010_HPP
 #define BOOST_ASSIGN_V2_INTERPRETER_AS_ARG_LIST_ER_2010_HPP
-#include <boost/assign/v2/detail/pp/ignore.hpp>
+#include <boost/assign/v2/support/pp/ignore.hpp>
 #include <boost/range/iterator.hpp>
 #include <boost/range/iterator_range.hpp>
 

Modified: sandbox/assign_v2/boost/assign/v2/interpreter/crtp.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/interpreter/crtp.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/interpreter/crtp.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -9,10 +9,10 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_INTERPRETER_CRTP_ER_2010_HPP
 #define BOOST_ASSIGN_V2_INTERPRETER_CRTP_ER_2010_HPP
-#include <boost/assign/v2/detail/config/enable_cpp0x.hpp>
-#include <boost/assign/v2/detail/pp/forward.hpp>
-#include <boost/assign/v2/detail/pp/ignore.hpp>
-#include <boost/assign/v2/detail/traits/container.hpp>
+#include <boost/assign/v2/support/config/enable_cpp0x.hpp>
+#include <boost/assign/v2/support/pp/forward.hpp>
+#include <boost/assign/v2/support/pp/ignore.hpp>
+#include <boost/assign/v2/support/traits/container.hpp>
 #include <boost/assign/v2/interpreter/as_arg_list.hpp>
 #include <boost/assign/v2/interpreter/fwd.hpp>
 #include <boost/assign/v2/interpreter/modifier.hpp>
@@ -25,9 +25,9 @@
 #if BOOST_ASSIGN_V2_ENABLE_CPP0X
 #include <utility>
 #else
-#include <boost/assign/v2/detail/config/limit_arity.hpp>
-#include <boost/assign/v2/detail/config/limit_csv_arity.hpp>
-#include <boost/assign/v2/detail/functor/crtp_unary_and_up.hpp>
+#include <boost/assign/v2/support/config/limit_arity.hpp>
+#include <boost/assign/v2/support/config/limit_csv_arity.hpp>
+#include <boost/assign/v2/support/functor/crtp_unary_and_up.hpp>
 #include <boost/preprocessor/arithmetic.hpp>
 #include <boost/preprocessor/cat.hpp>
 #include <boost/preprocessor/repetition.hpp>

Modified: sandbox/assign_v2/boost/assign/v2/interpreter/csv.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/interpreter/csv.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/interpreter/csv.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -9,15 +9,15 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_INTERPRETER_CSV_ER_2010_HPP
 #define BOOST_ASSIGN_V2_INTERPRETER_CSV_ER_2010_HPP
-#include <boost/assign/v2/detail/config/enable_cpp0x.hpp>
-#include <boost/assign/v2/detail/pp/ignore.hpp>
+#include <boost/assign/v2/support/config/enable_cpp0x.hpp>
+#include <boost/assign/v2/support/pp/ignore.hpp>
 #include <boost/assign/v2/interpreter/fwd.hpp>
 #include <boost/config.hpp>
 #include <boost/mpl/bool.hpp>
 #if BOOST_ASSIGN_V2_ENABLE_CPP0X
 #include <utility>
 #else
-#include <boost/assign/v2/detail/config/limit_csv_arity.hpp>
+#include <boost/assign/v2/support/config/limit_csv_arity.hpp>
 #include <boost/preprocessor/arithmetic/inc.hpp>
 #include <boost/preprocessor/cat.hpp>
 #include <boost/preprocessor/control/expr_if.hpp>

Modified: sandbox/assign_v2/boost/assign/v2/interpreter/data.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/interpreter/data.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/interpreter/data.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -9,10 +9,10 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_INTERPRETER_DATA_ER_2010_HPP
 #define BOOST_ASSIGN_V2_INTERPRETER_DATA_ER_2010_HPP
-#include <boost/assign/v2/detail/traits/container.hpp>
-#include <boost/assign/v2/detail/switch.hpp>
-#include <boost/assign/v2/detail/functor/pair.hpp>
-#include <boost/assign/v2/detail/functor/value.hpp>
+#include <boost/assign/v2/support/traits/container.hpp>
+#include <boost/assign/v2/support/switch.hpp>
+#include <boost/assign/v2/support/functor/pair.hpp>
+#include <boost/assign/v2/support/functor/value.hpp>
 #include <boost/assign/v2/interpreter/fwd.hpp>
 #include <boost/assign/v2/option/data.hpp>
     

Modified: sandbox/assign_v2/boost/assign/v2/interpreter/fwd.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/interpreter/fwd.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/interpreter/fwd.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -9,7 +9,7 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_INTERPRETER_FWD_ER_2010_HPP
 #define BOOST_ASSIGN_V2_INTERPRETER_FWD_ER_2010_HPP
-#include <boost/assign/v2/detail/traits/container.hpp>
+#include <boost/assign/v2/support/traits/container.hpp>
 
 namespace boost{
     struct use_default;

Modified: sandbox/assign_v2/boost/assign/v2/interpreter/modifier.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/interpreter/modifier.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/interpreter/modifier.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -9,9 +9,9 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_INTERPRETER_MODIFIER_ER_2010_HPP
 #define BOOST_ASSIGN_V2_INTERPRETER_MODIFIER_ER_2010_HPP
-#include <boost/assign/v2/detail/pp/ignore.hpp>
-#include <boost/assign/v2/detail/traits/container.hpp>
-#include <boost/assign/v2/detail/switch.hpp>
+#include <boost/assign/v2/support/pp/ignore.hpp>
+#include <boost/assign/v2/support/traits/container.hpp>
+#include <boost/assign/v2/support/switch.hpp>
 #include <boost/assign/v2/interpreter/fwd.hpp>
 #include <boost/assign/v2/option/modifier/insert.hpp>
 #include <boost/assign/v2/option/modifier/iterate.hpp>

Modified: sandbox/assign_v2/boost/assign/v2/interpreter/replace.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/interpreter/replace.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/interpreter/replace.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -9,7 +9,7 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_INTERPRETER_REPLACE_ER_2010_HPP
 #define BOOST_ASSIGN_V2_INTERPRETER_REPLACE_ER_2010_HPP
-#include <boost/assign/v2/detail/pp/ignore.hpp>
+#include <boost/assign/v2/support/pp/ignore.hpp>
 #include <boost/assign/v2/interpreter/fwd.hpp>
 #include <boost/mpl/apply.hpp>
 

Modified: sandbox/assign_v2/boost/assign/v2/option/data.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/option/data.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/option/data.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -9,10 +9,10 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_OPTION_DATA_ER_2010_HPP
 #define BOOST_ASSIGN_V2_OPTION_DATA_ER_2010_HPP
-#include <boost/assign/v2/detail/functor/value.hpp>
-#include <boost/assign/v2/detail/keyword.hpp>
-#include <boost/assign/v2/detail/pp/ignore.hpp>
-#include <boost/assign/v2/detail/traits/container.hpp>
+#include <boost/assign/v2/support/functor/value.hpp>
+#include <boost/assign/v2/support/keyword.hpp>
+#include <boost/assign/v2/support/pp/ignore.hpp>
+#include <boost/assign/v2/support/traits/container.hpp>
 #include <boost/assign/v2/interpreter/fwd.hpp>
 #include <boost/assign/v2/interpreter/replace.hpp>
 #include <boost/assign/v2/option/list.hpp>
@@ -204,7 +204,7 @@
 }\
 /**/
 
-#include <boost/assign/v2/detail/functor/value.hpp>
+#include <boost/assign/v2/support/functor/value.hpp>
 BOOST_ASSIGN_V2_OPTION_DATA_GENERATE(value, v2::functor_aux::value<T>)
 
 #include <boost/typeof/typeof.hpp>

Modified: sandbox/assign_v2/boost/assign/v2/option/list.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/option/list.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/option/list.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -9,7 +9,7 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_OPTION_LIST_ER_2010_HPP
 #define BOOST_ASSIGN_V2_OPTION_LIST_ER_2010_HPP
-#include <boost/assign/v2/detail/keyword.hpp>
+#include <boost/assign/v2/support/keyword.hpp>
 #include <boost/assign/v2/interpreter/fwd.hpp>
 #include <boost/mpl/bool.hpp>
 #include <boost/mpl/eval_if.hpp>

Modified: sandbox/assign_v2/boost/assign/v2/option/modifier/framework.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/option/modifier/framework.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/option/modifier/framework.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -9,8 +9,8 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_OPTION_MODIFIER_FRAMEWORK_ER_2010_HPP
 #define BOOST_ASSIGN_V2_OPTION_MODIFIER_FRAMEWORK_ER_2010_HPP
-#include <boost/assign/v2/detail/keyword.hpp>
-#include <boost/assign/v2/detail/pp/ignore.hpp>
+#include <boost/assign/v2/support/keyword.hpp>
+#include <boost/assign/v2/support/pp/ignore.hpp>
 #include <boost/assign/v2/interpreter/fwd.hpp>
 #include <boost/assign/v2/interpreter/replace.hpp>
 #include <boost/assign/v2/option/list.hpp>

Modified: sandbox/assign_v2/boost/assign/v2/option/modifier/insert.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/option/modifier/insert.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/option/modifier/insert.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -10,10 +10,10 @@
 #ifndef BOOST_ASSIGN_V2_OPTION_MODIFIER_INSERT_ER_2010_HPP
 #define BOOST_ASSIGN_V2_OPTION_MODIFIER_INSERT_ER_2010_HPP
 #include <cstddef>
-#include <boost/assign/v2/detail/config/enable_cpp0x.hpp>
-#include <boost/assign/v2/detail/keyword.hpp>
-#include <boost/assign/v2/detail/pp/ignore.hpp>
-#include <boost/assign/v2/detail/traits/container.hpp>
+#include <boost/assign/v2/support/config/enable_cpp0x.hpp>
+#include <boost/assign/v2/support/keyword.hpp>
+#include <boost/assign/v2/support/pp/ignore.hpp>
+#include <boost/assign/v2/support/traits/container.hpp>
 #include <boost/assign/v2/option/modifier/framework.hpp>
 #include <boost/call_traits.hpp>
 #include <boost/shared_ptr.hpp>

Modified: sandbox/assign_v2/boost/assign/v2/option/modifier/iterate.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/option/modifier/iterate.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/option/modifier/iterate.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -10,11 +10,11 @@
 #ifndef BOOST_ASSIGN_V2_OPTION_MODIFIER_ITERATE_ER_2010_HPP
 #define BOOST_ASSIGN_V2_OPTION_MODIFIER_ITERATE_ER_2010_HPP
 #include <cstddef>
-#include <boost/assign/v2/detail/config/enable_cpp0x.hpp>
-#include <boost/assign/v2/detail/keyword.hpp>
-#include <boost/assign/v2/detail/functor/iterate.hpp>
-#include <boost/assign/v2/detail/pp/ignore.hpp>
-#include <boost/assign/v2/detail/traits/container.hpp>
+#include <boost/assign/v2/support/config/enable_cpp0x.hpp>
+#include <boost/assign/v2/support/keyword.hpp>
+#include <boost/assign/v2/support/functor/iterate.hpp>
+#include <boost/assign/v2/support/pp/ignore.hpp>
+#include <boost/assign/v2/support/traits/container.hpp>
 #include <boost/assign/v2/option/modifier/framework.hpp>
 #include <boost/call_traits.hpp>
 #include <boost/shared_ptr.hpp>

Modified: sandbox/assign_v2/boost/assign/v2/option/modifier/mapped.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/option/modifier/mapped.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/option/modifier/mapped.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -9,9 +9,9 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_OPTION_MODIFIER_MAPPED_ER_2010_HPP
 #define BOOST_ASSIGN_V2_OPTION_MODIFIER_MAPPED_ER_2010_HPP
-#include <boost/assign/v2/detail/keyword.hpp>
-#include <boost/assign/v2/detail/pp/ignore.hpp>
-#include <boost/assign/v2/detail/traits/container.hpp>
+#include <boost/assign/v2/support/keyword.hpp>
+#include <boost/assign/v2/support/pp/ignore.hpp>
+#include <boost/assign/v2/support/traits/container.hpp>
 #include <boost/assign/v2/option/modifier/framework.hpp>
 #include <boost/call_traits.hpp>
 #include <boost/shared_ptr.hpp>

Modified: sandbox/assign_v2/boost/assign/v2/option/modifier/repeat.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/option/modifier/repeat.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/option/modifier/repeat.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -10,9 +10,9 @@
 #ifndef BOOST_ASSIGN_V2_OPTION_MODIFIER_REPEAT_ER_2010_HPP
 #define BOOST_ASSIGN_V2_OPTION_MODIFIER_REPEAT_ER_2010_HPP
 #include <cstddef>
-#include <boost/assign/v2/detail/config/enable_cpp0x.hpp>
-#include <boost/assign/v2/detail/pp/ignore.hpp>
-#include <boost/assign/v2/detail/traits/container.hpp>
+#include <boost/assign/v2/support/config/enable_cpp0x.hpp>
+#include <boost/assign/v2/support/pp/ignore.hpp>
+#include <boost/assign/v2/support/traits/container.hpp>
 #if BOOST_ASSIGN_V2_ENABLE_CPP0X
 #include <utility>
 #endif

Modified: sandbox/assign_v2/boost/assign/v2/option/modifier/row_major.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/option/modifier/row_major.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/option/modifier/row_major.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -11,9 +11,9 @@
 #define BOOST_ASSIGN_V2_OPTION_MODIFIER_ROW_MAJOR_ER_2010_HPP
 #include <cstddef>
 #include <boost/assert.hpp>
-#include <boost/assign/v2/detail/config/enable_cpp0x.hpp>
-#include <boost/assign/v2/detail/functor/iterate.hpp>
-#include <boost/assign/v2/detail/keyword.hpp>
+#include <boost/assign/v2/support/config/enable_cpp0x.hpp>
+#include <boost/assign/v2/support/functor/iterate.hpp>
+#include <boost/assign/v2/support/keyword.hpp>
 #include <boost/assign/v2/option/modifier/framework.hpp>
 #include <boost/call_traits.hpp>
 #include <boost/shared_ptr.hpp>

Modified: sandbox/assign_v2/boost/assign/v2/option/modifier/std.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/option/modifier/std.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/option/modifier/std.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -9,8 +9,8 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_OPTION_MODIFIER_STD_ER_2010_HPP
 #define BOOST_ASSIGN_V2_OPTION_MODIFIER_STD_ER_2010_HPP
-#include <boost/assign/v2/detail/keyword.hpp>
-#include <boost/assign/v2/detail/traits/container.hpp>
+#include <boost/assign/v2/support/keyword.hpp>
+#include <boost/assign/v2/support/traits/container.hpp>
 #include <boost/assign/v2/option/modifier/framework.hpp>
 #include <boost/preprocessor/cat.hpp>
 
@@ -25,7 +25,7 @@
 }// assign
 }// boost
 
-#include <boost/assign/v2/detail/config/enable_cpp0x.hpp>
+#include <boost/assign/v2/support/config/enable_cpp0x.hpp>
 #if BOOST_ASSIGN_V2_ENABLE_CPP0X
 #include <utility>
 #define BOOST_ASSIGN_V2_OPTION_STD_MODIFIER_IMPL(FUN)\

Modified: sandbox/assign_v2/boost/assign/v2/put/cpp03/csv_put.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/put/cpp03/csv_put.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/put/cpp03/csv_put.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -9,7 +9,7 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_PUT_CPP03_CSV_PUT_ER_2010_HPP
 #define BOOST_ASSIGN_V2_PUT_CPP03_CSV_PUT_ER_2010_HPP
-#include <boost/assign/v2/detail/config/limit_csv_arity.hpp>
+#include <boost/assign/v2/support/config/limit_csv_arity.hpp>
 #include <boost/preprocessor/control.hpp>
 #include <boost/preprocessor/repetition.hpp>
 

Modified: sandbox/assign_v2/boost/assign/v2/put/csv_put.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/put/csv_put.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/put/csv_put.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -9,8 +9,8 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_PUT_CSV_PUT_ER_2010_HPP
 #define BOOST_ASSIGN_V2_PUT_CSV_PUT_ER_2010_HPP
-#include <boost/assign/v2/detail/config/enable_cpp0x.hpp>
-#include <boost/assign/v2/detail/pp/ignore.hpp>
+#include <boost/assign/v2/support/config/enable_cpp0x.hpp>
+#include <boost/assign/v2/support/pp/ignore.hpp>
 #include <boost/assign/v2/interpreter/as_arg_list.hpp>
 #include <boost/assign/v2/interpreter/csv.hpp>
 #include <boost/assign/v2/put/put.hpp>

Modified: sandbox/assign_v2/boost/assign/v2/put/put.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/put/put.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/put/put.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -13,7 +13,7 @@
 #include <boost/assign/v2/interpreter/data.hpp>
 #include <boost/assign/v2/interpreter/modifier.hpp>
 #include <boost/assign/v2/interpreter/replace.hpp>
-#include <boost/assign/v2/detail/pp/ignore.hpp>
+#include <boost/assign/v2/support/pp/ignore.hpp>
 #include <boost/assign/v2/ref/wrapper/copy.hpp>
 
 namespace boost{

Modified: sandbox/assign_v2/boost/assign/v2/ref/array/array.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/array/array.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/array/array.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -9,7 +9,7 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_REF_ARRAY_ARRAY_ER_2010_HPP
 #define BOOST_ASSIGN_V2_REF_ARRAY_ARRAY_ER_2010_HPP
-#include <boost/assign/v2/detail/pp/ignore.hpp>
+#include <boost/assign/v2/support/pp/ignore.hpp>
 #include <boost/assign/v2/ref/array/alloc/lazy.hpp>
 #include <boost/assign/v2/ref/array/size_type.hpp>
 #include <boost/assign/v2/ref/aux_/list/list.hpp>

Modified: sandbox/assign_v2/boost/assign/v2/ref/array/cpp03/csv_array.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/array/cpp03/csv_array.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/array/cpp03/csv_array.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -9,8 +9,8 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_REF_ARRAY_CPP03_CSV_ARRAY_ER_2010_HPP
 #define BOOST_ASSIGN_V2_REF_ARRAY_CPP03_CSV_ARRAY_ER_2010_HPP
-#include <boost/assign/v2/detail/config/enable_cpp0x.hpp>
-#include <boost/assign/v2/detail/config/limit_csv_arity.hpp>
+#include <boost/assign/v2/support/config/enable_cpp0x.hpp>
+#include <boost/assign/v2/support/config/limit_csv_arity.hpp>
 #include <boost/preprocessor/arithmetic/inc.hpp>
 #include <boost/preprocessor/cat.hpp>
 #include <boost/preprocessor/repetition.hpp>

Modified: sandbox/assign_v2/boost/assign/v2/ref/array/csv_array.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/array/csv_array.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/array/csv_array.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -9,14 +9,14 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_REF_ARRAY_CSV_ARRAY_ER_2010_HPP
 #define BOOST_ASSIGN_V2_REF_ARRAY_CSV_ARRAY_ER_2010_HPP
-#include <boost/assign/v2/detail/config/enable_cpp0x.hpp>
-#include <boost/assign/v2/detail/pp/ignore.hpp>
+#include <boost/assign/v2/support/config/enable_cpp0x.hpp>
+#include <boost/assign/v2/support/pp/ignore.hpp>
 #include <boost/assign/v2/ref/array/alloc/instant.hpp>
 #include <boost/assign/v2/ref/array/size_type.hpp>
 
 #if BOOST_ASSIGN_V2_ENABLE_CPP0X
 #include <utility>
-#include <boost/assign/v2/detail/traits/type/or_const.hpp>
+#include <boost/assign/v2/support/traits/type/or_const.hpp>
 #include <boost/config.hpp>
 #include <boost/mpl/assert.hpp>
 #include <boost/utility/enable_if.hpp>

Modified: sandbox/assign_v2/boost/assign/v2/ref/array/get.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/array/get.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/array/get.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -9,7 +9,7 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_REF_ARRAY_GET_ER_2010_HPP
 #define BOOST_ASSIGN_V2_REF_ARRAY_GET_ER_2010_HPP
-#include <boost/assign/v2/detail/pp/ignore.hpp>
+#include <boost/assign/v2/support/pp/ignore.hpp>
 #include <boost/config.hpp>
 #include <boost/range/reference.hpp>
 #include <boost/range/value_type.hpp>

Modified: sandbox/assign_v2/boost/assign/v2/ref/array/interface.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/array/interface.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/array/interface.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -9,7 +9,7 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_REF_ARRAY_INTERFACE_ER_2010_HPP
 #define BOOST_ASSIGN_V2_REF_ARRAY_INTERFACE_ER_2010_HPP
-#include <boost/assign/v2/detail/pp/ignore.hpp>
+#include <boost/assign/v2/support/pp/ignore.hpp>
 #include <boost/assign/v2/ref/wrapper.hpp>
 #include <boost/call_traits.hpp>
 #include <boost/config.hpp>

Modified: sandbox/assign_v2/boost/assign/v2/ref/aux_/list/fwd.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/aux_/list/fwd.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/aux_/list/fwd.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -9,7 +9,7 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_REF_AUX_LIST_FWD_ER_2010_HPP
 #define BOOST_ASSIGN_V2_REF_AUX_LIST_FWD_ER_2010_HPP
-#include <boost/assign/v2/detail/keyword.hpp>
+#include <boost/assign/v2/support/keyword.hpp>
 
 namespace boost{
 namespace assign{

Modified: sandbox/assign_v2/boost/assign/v2/ref/aux_/list/holder/tail.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/aux_/list/holder/tail.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/aux_/list/holder/tail.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -9,7 +9,7 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_REF_AUX_LIST_HOLDER_TAIL_ER_2010_HPP
 #define BOOST_ASSIGN_V2_REF_AUX_LIST_HOLDER_TAIL_ER_2010_HPP
-#include <boost/assign/v2/detail/keyword.hpp>
+#include <boost/assign/v2/support/keyword.hpp>
 #include <boost/assign/v2/ref/aux_/list/fwd.hpp>
 #include <boost/config.hpp>
 #include <boost/mpl/int.hpp>

Modified: sandbox/assign_v2/boost/assign/v2/ref/aux_/list/list.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/aux_/list/list.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/aux_/list/list.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -9,7 +9,7 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_REF_AUX_LIST_LIST_ER_2010_HPP
 #define BOOST_ASSIGN_V2_REF_AUX_LIST_LIST_ER_2010_HPP
-#include <boost/assign/v2/detail/keyword.hpp>
+#include <boost/assign/v2/support/keyword.hpp>
 #include <boost/assign/v2/ref/aux_/list/container.hpp>
 #include <boost/assign/v2/ref/aux_/list/fwd.hpp>
 #include <boost/mpl/apply.hpp>

Modified: sandbox/assign_v2/boost/assign/v2/ref/wrapper/copy.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/wrapper/copy.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/wrapper/copy.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -9,7 +9,7 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_REF_WRAPPER_COPY_ER_2010_HPP
 #define BOOST_ASSIGN_V2_REF_WRAPPER_COPY_ER_2010_HPP
-#include <boost/assign/v2/detail/pp/ignore.hpp>
+#include <boost/assign/v2/support/pp/ignore.hpp>
 #include <boost/assign/v2/ref/wrapper/crtp.hpp>
 #include <boost/assign/v2/ref/wrapper/framework.hpp>
 #include <boost/call_traits.hpp>

Modified: sandbox/assign_v2/boost/assign/v2/ref/wrapper/cpp0x.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/wrapper/cpp0x.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/wrapper/cpp0x.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -9,7 +9,7 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_TRAITS_TYPE_CPP0X_ER_2010_HPP
 #define BOOST_ASSIGN_V2_TRAITS_TYPE_CPP0X_ER_2010_HPP
-#include <boost/assign/v2/detail/config/enable_cpp0x.hpp>
+#include <boost/assign/v2/support/config/enable_cpp0x.hpp>
 #if BOOST_ASSIGN_V2_ENABLE_CPP0X
 #include <boost/type_traits/add_const.hpp>
 

Modified: sandbox/assign_v2/boost/assign/v2/ref/wrapper/crtp.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/wrapper/crtp.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/wrapper/crtp.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -11,7 +11,7 @@
 #ifndef BOOST_ASSIGN_V2_REF_WRAPPER_CRTP_ER_MPG_2010_HPP
 #define BOOST_ASSIGN_V2_REF_WRAPPER_CRTP_ER_MPG_2010_HPP
 #include <iosfwd>
-#include <boost/assign/v2/detail/pp/ignore.hpp>
+#include <boost/assign/v2/support/pp/ignore.hpp>
 #include <boost/call_traits.hpp>
 #include <boost/operators.hpp>
 #include <boost/type_traits/is_same.hpp>

Modified: sandbox/assign_v2/boost/assign/v2/support.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/support.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/support.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -7,13 +7,13 @@
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //
 //////////////////////////////////////////////////////////////////////////////
-#ifndef BOOST_ASSIGN_V2_DETAIL_ER_2010_HPP
-#define BOOST_ASSIGN_V2_DETAIL_ER_2010_HPP
-#include <boost/assign/v2/detail/functor.hpp>
-#include <boost/assign/v2/detail/keyword.hpp>
-#include <boost/assign/v2/detail/traits.hpp>
+#ifndef BOOST_ASSIGN_V2_SUPPORT_ER_2010_HPP
+#define BOOST_ASSIGN_V2_SUPPORT_ER_2010_HPP
+#include <boost/assign/v2/support/functor.hpp>
+#include <boost/assign/v2/support/keyword.hpp>
+#include <boost/assign/v2/support/traits.hpp>
 
 // /config.hpp is not to be defined
 // /checking/checking.hpp has to be explicitly included
 
-#endif // BOOST_ASSIGN_V2_DETAIL_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_SUPPORT_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/support/check/equal_container.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/support/check/equal_container.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/support/check/equal_container.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 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 BOOST_ASSIGN_V2_DETAIL_CHECK_EQUAL_CONTAINER_ER_2010_HPP
-#define BOOST_ASSIGN_V2_DETAIL_CHECK_EQUAL_CONTAINER_ER_2010_HPP
-#include <boost/assign/v2/detail/check/equal_container/array.hpp>
-#include <boost/assign/v2/detail/check/equal_container/deduce.hpp>
-#include <boost/assign/v2/detail/check/equal_container/fifo.hpp>
-#include <boost/assign/v2/detail/check/equal_container/lifo.hpp>
-#include <boost/assign/v2/detail/check/equal_container/range.hpp>
-#include <boost/assign/v2/detail/check/equal_container/sorted.hpp>
-#include <boost/assign/v2/detail/check/fwd_equal_container.hpp> // consistency
+#ifndef BOOST_ASSIGN_V2_SUPPORT_CHECK_EQUAL_CONTAINER_ER_2010_HPP
+#define BOOST_ASSIGN_V2_SUPPORT_CHECK_EQUAL_CONTAINER_ER_2010_HPP
+#include <boost/assign/v2/support/check/equal_container/array.hpp>
+#include <boost/assign/v2/support/check/equal_container/deduce.hpp>
+#include <boost/assign/v2/support/check/equal_container/fifo.hpp>
+#include <boost/assign/v2/support/check/equal_container/lifo.hpp>
+#include <boost/assign/v2/support/check/equal_container/range.hpp>
+#include <boost/assign/v2/support/check/equal_container/sorted.hpp>
+#include <boost/assign/v2/support/check/fwd_equal_container.hpp> // consistency
 
 namespace boost{
 namespace assign{
@@ -41,4 +41,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_DETAIL_CHECK_EQUAL_CONTAINER_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_SUPPORT_CHECK_EQUAL_CONTAINER_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/support/check/equal_container/array.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/support/check/equal_container/array.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/support/check/equal_container/array.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 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_DETAIL_CHECK_EQUAL_CONTAINER_ARRAY_ER_2010_HPP
-#define BOOST_ASSIGN_V2_DETAIL_CHECK_EQUAL_CONTAINER_ARRAY_ER_2010_HPP
-#include <boost/assign/v2/detail/config/check.hpp>
-#include <boost/assign/v2/detail/check/equal_container/pp.hpp>
+#ifndef BOOST_ASSIGN_V2_SUPPORT_CHECK_EQUAL_CONTAINER_ARRAY_ER_2010_HPP
+#define BOOST_ASSIGN_V2_SUPPORT_CHECK_EQUAL_CONTAINER_ARRAY_ER_2010_HPP
+#include <boost/assign/v2/support/config/check.hpp>
+#include <boost/assign/v2/support/check/equal_container/pp.hpp>
 
 namespace boost{
 namespace assign{
@@ -36,4 +36,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_DETAIL_CHECK_EQUAL_CONTAINER_ARRAY_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_SUPPORT_CHECK_EQUAL_CONTAINER_ARRAY_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/support/check/equal_container/deduce.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/support/check/equal_container/deduce.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/support/check/equal_container/deduce.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 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 BOOST_ASSIGN_V2_DETAIL_CHECK_EQUAL_CONTAINER_DEDUCE_ER_2010_HPP
-#define BOOST_ASSIGN_V2_DETAIL_CHECK_EQUAL_CONTAINER_DEDUCE_ER_2010_HPP
-#include <boost/assign/v2/detail/traits/container.hpp>
-#include <boost/assign/v2/detail/check/equal_container/array.hpp>
-#include <boost/assign/v2/detail/check/equal_container/fifo.hpp>
-#include <boost/assign/v2/detail/check/equal_container/lifo.hpp>
-#include <boost/assign/v2/detail/check/equal_container/range.hpp>
-#include <boost/assign/v2/detail/check/equal_container/sorted.hpp>
-#include <boost/assign/v2/detail/switch.hpp>
+#ifndef BOOST_ASSIGN_V2_SUPPORT_CHECK_EQUAL_CONTAINER_DEDUCE_ER_2010_HPP
+#define BOOST_ASSIGN_V2_SUPPORT_CHECK_EQUAL_CONTAINER_DEDUCE_ER_2010_HPP
+#include <boost/assign/v2/support/traits/container.hpp>
+#include <boost/assign/v2/support/check/equal_container/array.hpp>
+#include <boost/assign/v2/support/check/equal_container/fifo.hpp>
+#include <boost/assign/v2/support/check/equal_container/lifo.hpp>
+#include <boost/assign/v2/support/check/equal_container/range.hpp>
+#include <boost/assign/v2/support/check/equal_container/sorted.hpp>
+#include <boost/assign/v2/support/switch.hpp>
 
 namespace boost{
 namespace assign{
@@ -74,4 +74,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_DETAIL_CHECK_EQUAL_CONTAINER_DEDUCE_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_SUPPORT_CHECK_EQUAL_CONTAINER_DEDUCE_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/support/check/equal_container/fifo.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/support/check/equal_container/fifo.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/support/check/equal_container/fifo.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 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_DETAIL_CHECK_EQUAL_CONTAINER_FIFO_ER_2010_HPP
-#define BOOST_ASSIGN_V2_DETAIL_CHECK_EQUAL_CONTAINER_FIFO_ER_2010_HPP
-#include <boost/assign/v2/detail/check/equal_container/pp.hpp>
-#include <boost/assign/v2/detail/config/check.hpp>
+#ifndef BOOST_ASSIGN_V2_SUPPORT_CHECK_EQUAL_CONTAINER_FIFO_ER_2010_HPP
+#define BOOST_ASSIGN_V2_SUPPORT_CHECK_EQUAL_CONTAINER_FIFO_ER_2010_HPP
+#include <boost/assign/v2/support/check/equal_container/pp.hpp>
+#include <boost/assign/v2/support/config/check.hpp>
 
 namespace boost{
 namespace assign{
@@ -37,4 +37,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_DETAIL_CHECK_EQUAL_CONTAINER_FIFO_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_SUPPORT_CHECK_EQUAL_CONTAINER_FIFO_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/support/check/equal_container/lifo.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/support/check/equal_container/lifo.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/support/check/equal_container/lifo.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 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_DETAIL_CHECK_EQUAL_CONTAINER_LIFO_ER_2010_HPP
-#define BOOST_ASSIGN_V2_DETAIL_CHECK_EQUAL_CONTAINER_LIFO_ER_2010_HPP
-#include <boost/assign/v2/detail/check/equal_container/pp.hpp>
-#include <boost/assign/v2/detail/config/check.hpp>
+#ifndef BOOST_ASSIGN_V2_SUPPORT_CHECK_EQUAL_CONTAINER_LIFO_ER_2010_HPP
+#define BOOST_ASSIGN_V2_SUPPORT_CHECK_EQUAL_CONTAINER_LIFO_ER_2010_HPP
+#include <boost/assign/v2/support/check/equal_container/pp.hpp>
+#include <boost/assign/v2/support/config/check.hpp>
 
 namespace boost{
 namespace assign{
@@ -39,4 +39,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_DETAIL_CHECK_EQUAL_CONTAINER_LIFO_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_SUPPORT_CHECK_EQUAL_CONTAINER_LIFO_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/support/check/equal_container/pp.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/support/check/equal_container/pp.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/support/check/equal_container/pp.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 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_DETAIL_CHECK_EQUAL_CONTAINER_PP_ER_2010_HPP
-#define BOOST_ASSIGN_V2_DETAIL_CHECK_EQUAL_CONTAINER_PP_ER_2010_HPP
-#include <boost/assign/v2/detail/config/check.hpp>
+#ifndef BOOST_ASSIGN_V2_SUPPORT_CHECK_EQUAL_CONTAINER_PP_ER_2010_HPP
+#define BOOST_ASSIGN_V2_SUPPORT_CHECK_EQUAL_CONTAINER_PP_ER_2010_HPP
+#include <boost/assign/v2/support/config/check.hpp>
 #include <boost/range/size.hpp>
 #include <boost/range/size_type.hpp>
 #define BOOST_ASSIGN_V2_CHECK_AUX_CONTAINER_SIZE\
@@ -25,4 +25,4 @@
>::type elem_at_;\
         elem_at_ elem_at = boost::make_iterator_range( r );\
 /**/
-#endif // BOOST_ASSIGN_V2_DETAIL_CHECK_EQUAL_CONTAINER_PP_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_SUPPORT_CHECK_EQUAL_CONTAINER_PP_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/support/check/equal_container/range.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/support/check/equal_container/range.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/support/check/equal_container/range.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 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_DETAIL_CHECK_EQUAL_CONTAINER_RANGE_ER_2010_HPP
-#define BOOST_ASSIGN_V2_DETAIL_CHECK_EQUAL_CONTAINER_RANGE_ER_2010_HPP
-#include <boost/assign/v2/detail/config/check.hpp>
+#ifndef BOOST_ASSIGN_V2_SUPPORT_CHECK_EQUAL_CONTAINER_RANGE_ER_2010_HPP
+#define BOOST_ASSIGN_V2_SUPPORT_CHECK_EQUAL_CONTAINER_RANGE_ER_2010_HPP
+#include <boost/assign/v2/support/config/check.hpp>
 #include <boost/range/algorithm/equal.hpp>
 
 namespace boost{
@@ -30,4 +30,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_DETAIL_CHECK_EQUAL_CONTAINER_RANGE_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_SUPPORT_CHECK_EQUAL_CONTAINER_RANGE_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/support/check/equal_container/sorted.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/support/check/equal_container/sorted.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/support/check/equal_container/sorted.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 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_DETAIL_CHECK_EQUAL_CONTAINER_SORTED_ER_2010_HPP
-#define BOOST_ASSIGN_V2_DETAIL_CHECK_EQUAL_CONTAINER_SORTED_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_SUPPORT_CHECK_EQUAL_CONTAINER_SORTED_ER_2010_HPP
+#define BOOST_ASSIGN_V2_SUPPORT_CHECK_EQUAL_CONTAINER_SORTED_ER_2010_HPP
 #include <boost/range/algorithm/sort.hpp>
-#include <boost/assign/v2/detail/check/equal_container/range.hpp>
+#include <boost/assign/v2/support/check/equal_container/range.hpp>
 
 namespace boost{
 namespace assign{
@@ -32,4 +32,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_DETAIL_CHECK_EQUAL_CONTAINER_SORTED_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_SUPPORT_CHECK_EQUAL_CONTAINER_SORTED_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/support/check/equal_ref.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/support/check/equal_ref.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/support/check/equal_ref.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 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_DETAIL_CHECK_EQUAL_REF_ER_2010_HPP
-#define BOOST_ASSIGN_V2_DETAIL_CHECK_EQUAL_REF_ER_2010_HPP
-#include <boost/assign/v2/detail/config/check.hpp>
+#ifndef BOOST_ASSIGN_V2_SUPPORT_CHECK_EQUAL_REF_ER_2010_HPP
+#define BOOST_ASSIGN_V2_SUPPORT_CHECK_EQUAL_REF_ER_2010_HPP
+#include <boost/assign/v2/support/config/check.hpp>
 
 namespace boost{
 namespace assign{
@@ -31,4 +31,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_DETAIL_CHECK_EQUAL_REF_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_SUPPORT_CHECK_EQUAL_REF_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/support/check/equal_val.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/support/check/equal_val.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/support/check/equal_val.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 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_DETAIL_CHECK_EQUAL_VAL_ER_2010_HPP
-#define BOOST_ASSIGN_V2_DETAIL_CHECK_EQUAL_VAL_ER_2010_HPP
-#include <boost/assign/v2/detail/config/check.hpp>
+#ifndef BOOST_ASSIGN_V2_SUPPORT_CHECK_EQUAL_VAL_ER_2010_HPP
+#define BOOST_ASSIGN_V2_SUPPORT_CHECK_EQUAL_VAL_ER_2010_HPP
+#include <boost/assign/v2/support/config/check.hpp>
 
 namespace boost{
 namespace assign{

Modified: sandbox/assign_v2/boost/assign/v2/support/check/fwd_equal_container.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/support/check/fwd_equal_container.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/support/check/fwd_equal_container.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 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_DETAIL_CHECK_FWD_EQUAL_CONTAINER_ER_2010_HPP
-#define BOOST_ASSIGN_V2_DETAIL_CHECK_FWD_EQUAL_CONTAINER_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_SUPPORT_CHECK_FWD_EQUAL_CONTAINER_ER_2010_HPP
+#define BOOST_ASSIGN_V2_SUPPORT_CHECK_FWD_EQUAL_CONTAINER_ER_2010_HPP
 
 namespace boost{
 namespace assign{
@@ -26,4 +26,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_DETAIL_CHECK_FWD_EQUAL_CONTAINER_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_SUPPORT_CHECK_FWD_EQUAL_CONTAINER_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/support/config/limit_arity.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/support/config/limit_arity.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/support/config/limit_arity.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -9,7 +9,7 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_LIMIT_ARITY_ER_2010_HPP
 #define BOOST_ASSIGN_V2_LIMIT_ARITY_ER_2010_HPP
-#include <boost/assign/v2/detail/pp/parameter_list.hpp>
+#include <boost/assign/v2/support/pp/parameter_list.hpp>
 #include <boost/mpl/limits/arity.hpp>
 #include <boost/preprocessor/comparison/greater.hpp>
 #include <boost/preprocessor/selection/min.hpp>

Modified: sandbox/assign_v2/boost/assign/v2/support/config/limit_lvalue_const_arity.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/support/config/limit_lvalue_const_arity.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/support/config/limit_lvalue_const_arity.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -9,7 +9,7 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_LIMIT_LVALUE_CONST_ARITY_ER_2010_HPP
 #define BOOST_ASSIGN_V2_LIMIT_LVALUE_CONST_ARITY_ER_2010_HPP
-#include <boost/assign/v2/detail/config/limit_arity.hpp>
+#include <boost/assign/v2/support/config/limit_arity.hpp>
 #include <boost/preprocessor/comparison/greater.hpp>
 //[limit_lvalue_const_arity
 /*

Modified: sandbox/assign_v2/boost/assign/v2/support/config/limit_tuple_arity.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/support/config/limit_tuple_arity.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/support/config/limit_tuple_arity.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 2011)
@@ -7,13 +7,13 @@
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //
 //////////////////////////////////////////////////////////////////////////////
-#ifndef BOOST_ASSIGN_V2_DETAIL_CONFIG_LIMIT_TUPLE_ARITY_ER_2010_HPP
-#define BOOST_ASSIGN_V2_DETAIL_CONFIG_LIMIT_TUPLE_ARITY_ER_2010_HPP
-#include <boost/assign/v2/detail/config/enable_cpp0x.hpp>
+#ifndef BOOST_ASSIGN_V2_SUPPORT_CONFIG_LIMIT_TUPLE_ARITY_ER_2010_HPP
+#define BOOST_ASSIGN_V2_SUPPORT_CONFIG_LIMIT_TUPLE_ARITY_ER_2010_HPP
+#include <boost/assign/v2/support/config/enable_cpp0x.hpp>
 #ifndef BOOST_ASSIGN_V2_LIMIT_CPP03_TUPLE_ARITY
 //[limit_tuple_arity
 /*Do not override. Source: boost/tuple/detail/tuple_basic.hpp*/
 #define BOOST_ASSIGN_V2_LIMIT_CPP03_TUPLE_ARITY 10
 //]
 #endif // BOOST_ASSIGN_V2_LIMIT_CPP03_TUPLE_ARITY
-#endif // BOOST_ASSIGN_V2_DETAIL_CONFIG_LIMIT_CPP03_TUPLE_ARITY_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_SUPPORT_CONFIG_LIMIT_CPP03_TUPLE_ARITY_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/support/functor.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/support/functor.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/support/functor.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 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_DETAIL_FUNCTOR_ER_2010_HPP
-#define BOOST_ASSIGN_V2_DETAIL_FUNCTOR_ER_2010_HPP
-#include <boost/assign/v2/detail/functor/crtp_unary_and_up.hpp>
-#include <boost/assign/v2/detail/functor/iterate.hpp>
-#include <boost/assign/v2/detail/functor/pair.hpp>
-#include <boost/assign/v2/detail/functor/value.hpp>
+#ifndef BOOST_ASSIGN_V2_SUPPORT_FUNCTOR_ER_2010_HPP
+#define BOOST_ASSIGN_V2_SUPPORT_FUNCTOR_ER_2010_HPP
+#include <boost/assign/v2/support/functor/crtp_unary_and_up.hpp>
+#include <boost/assign/v2/support/functor/iterate.hpp>
+#include <boost/assign/v2/support/functor/pair.hpp>
+#include <boost/assign/v2/support/functor/value.hpp>
 
-#endif // BOOST_ASSIGN_V2_DETAIL_FUNCTOR_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_SUPPORT_FUNCTOR_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/support/functor/crtp_unary_and_up.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/support/functor/crtp_unary_and_up.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/support/functor/crtp_unary_and_up.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 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_DETAIL_FUNCTOR_CRTP_UNARY_AND_UP_ER_2010_HPP
-#define BOOST_ASSIGN_V2_DETAIL_FUNCTOR_CRTP_UNARY_AND_UP_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_SUPPORT_FUNCTOR_CRTP_UNARY_AND_UP_ER_2010_HPP
+#define BOOST_ASSIGN_V2_SUPPORT_FUNCTOR_CRTP_UNARY_AND_UP_ER_2010_HPP
 
-#include <boost/assign/v2/detail/config/enable_cpp0x.hpp>
+#include <boost/assign/v2/support/config/enable_cpp0x.hpp>
 #ifndef BOOST_ASSIGN_V2_ENABLE_CPP0X
 #error
 #endif
@@ -50,9 +50,9 @@
 #include <boost/type_traits/is_const.hpp>
 #include <boost/utility/enable_if.hpp>
 
-#include <boost/assign/v2/detail/config/limit_arity.hpp>
-#include <boost/assign/v2/detail/config/limit_lvalue_const_arity.hpp>
-#include <boost/assign/v2/detail/pp/parameter_list.hpp>
+#include <boost/assign/v2/support/config/limit_arity.hpp>
+#include <boost/assign/v2/support/config/limit_lvalue_const_arity.hpp>
+#include <boost/assign/v2/support/pp/parameter_list.hpp>
 
 namespace boost{
 namespace assign{
@@ -142,4 +142,4 @@
 }// boost
 
 #endif // !BOOST_ASSIGN_V2_ENABLE_CPP0X
-#endif // BOOST_ASSIGN_V2_DETAIL_FUNCTOR_CRTP_UNARY_AND_UP_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_SUPPORT_FUNCTOR_CRTP_UNARY_AND_UP_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/support/functor/iterate.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/support/functor/iterate.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/support/functor/iterate.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 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_DETAIL_FUNCTOR_ITERATE_ER_2010_HPP
-#define BOOST_ASSIGN_V2_DETAIL_FUNCTOR_ITERATE_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_SUPPORT_FUNCTOR_ITERATE_ER_2010_HPP
+#define BOOST_ASSIGN_V2_SUPPORT_FUNCTOR_ITERATE_ER_2010_HPP
 #include <cstddef>
 
 namespace boost{
@@ -40,4 +40,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_DETAIL_FUNCTOR_ITERATE_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_SUPPORT_FUNCTOR_ITERATE_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/support/functor/pair.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/support/functor/pair.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/support/functor/pair.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 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 BOOST_ASSIGN_V2_DETAIL_FUNCTOR_PAIR_ER_2010_HPP
-#define BOOST_ASSIGN_V2_DETAIL_FUNCTOR_PAIR_ER_2010_HPP
-#include <boost/assign/v2/detail/config/enable_cpp0x.hpp>
-#include <boost/assign/v2/detail/pp/ignore.hpp>
+#ifndef BOOST_ASSIGN_V2_SUPPORT_FUNCTOR_PAIR_ER_2010_HPP
+#define BOOST_ASSIGN_V2_SUPPORT_FUNCTOR_PAIR_ER_2010_HPP
+#include <boost/assign/v2/support/config/enable_cpp0x.hpp>
+#include <boost/assign/v2/support/pp/ignore.hpp>
 #if BOOST_ASSIGN_V2_ENABLE_CPP0X
 #include <utility>
 #else
-#include <boost/assign/v2/detail/config/limit_arity.hpp>
-#include <boost/assign/v2/detail/functor/crtp_unary_and_up.hpp>
+#include <boost/assign/v2/support/config/limit_arity.hpp>
+#include <boost/assign/v2/support/functor/crtp_unary_and_up.hpp>
 #include <boost/mpl/always.hpp>
 #include <boost/preprocessor/arithmetic.hpp>
 #include <boost/preprocessor/repetition.hpp>
@@ -96,4 +96,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_DETAIL_FUNCTOR_PAIR_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_SUPPORT_FUNCTOR_PAIR_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/support/functor/value.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/support/functor/value.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/support/functor/value.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 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) //
 //////////////////////////////////////////////////////////////////////////////
-#ifndef BOOST_ASSIGN_V2_DETAIL_FUNCTOR_VALUE_ER_2010_HPP
-#define BOOST_ASSIGN_V2_DETAIL_FUNCTOR_VALUE_ER_2010_HPP
-#include <boost/assign/v2/detail/config/enable_cpp0x.hpp>
-#include <boost/assign/v2/detail/keyword.hpp>
-#include <boost/assign/v2/detail/pp/ignore.hpp>
+#ifndef BOOST_ASSIGN_V2_SUPPORT_FUNCTOR_VALUE_ER_2010_HPP
+#define BOOST_ASSIGN_V2_SUPPORT_FUNCTOR_VALUE_ER_2010_HPP
+#include <boost/assign/v2/support/config/enable_cpp0x.hpp>
+#include <boost/assign/v2/support/keyword.hpp>
+#include <boost/assign/v2/support/pp/ignore.hpp>
 #if BOOST_ASSIGN_V2_ENABLE_CPP0X
 #include <utility>
 #else
-#include <boost/assign/v2/detail/config/limit_arity.hpp>
-#include <boost/assign/v2/detail/functor/crtp_unary_and_up.hpp>
+#include <boost/assign/v2/support/config/limit_arity.hpp>
+#include <boost/assign/v2/support/functor/crtp_unary_and_up.hpp>
 #include <boost/mpl/always.hpp>
 #include <boost/preprocessor/arithmetic.hpp>
 #include <boost/preprocessor/repetition.hpp>
@@ -92,4 +92,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_DETAIL_FUNCTOR_VALUE_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_SUPPORT_FUNCTOR_VALUE_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/support/keyword.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/support/keyword.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/support/keyword.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 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_DETAIL_KEYWORD_ER_2010_HPP
-#define BOOST_ASSIGN_V2_DETAIL_KEYWORD_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_SUPPORT_KEYWORD_ER_2010_HPP
+#define BOOST_ASSIGN_V2_SUPPORT_KEYWORD_ER_2010_HPP
 #include <boost/preprocessor/cat.hpp>
 
 namespace boost{
@@ -49,4 +49,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_DETAIL_KEYWORD_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_SUPPORT_KEYWORD_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/support/pp/forward.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/support/pp/forward.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/support/pp/forward.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 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_DETAIL_PP_FORWARD_ER_2010_HPP
-#define BOOST_ASSIGN_V2_DETAIL_PP_FORWARD_ER_2010_HPP
-#include <boost/assign/v2/detail/config/enable_cpp0x.hpp>
+#ifndef BOOST_ASSIGN_V2_SUPPORT_PP_FORWARD_ER_2010_HPP
+#define BOOST_ASSIGN_V2_SUPPORT_PP_FORWARD_ER_2010_HPP
+#include <boost/assign/v2/support/config/enable_cpp0x.hpp>
 #if BOOST_ASSIGN_V2_ENABLE_CPP0X
 #include <utility>
 #define BOOST_ASSIGN_V2_FORWARD_PARAM(T, t) T&& t
@@ -18,4 +18,4 @@
 #define BOOST_ASSIGN_V2_FORWARD_PARAM(T, t) T& t
 #define BOOST_ASSIGN_V2_FORWARD_ARG(T, t) t
 #endif // BOOST_ASSIGN_V2_ENABLE_CPP0X
-#endif // BOOST_ASSIGN_V2_DETAIL_PP_FORWARD_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_SUPPORT_PP_FORWARD_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/support/pp/ignore.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/support/pp/ignore.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/support/pp/ignore.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 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_DETAIL_PP_IGNORE_ER_2010_HPP
-#define BOOST_ASSIGN_V2_DETAIL_PP_IGNORE_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_SUPPORT_PP_IGNORE_ER_2010_HPP
+#define BOOST_ASSIGN_V2_SUPPORT_PP_IGNORE_ER_2010_HPP
 
 #define BOOST_ASSIGN_V2_IGNORE(x)
 
-#endif // BOOST_ASSIGN_V2_DETAIL_PP_IGNORE_ER_2010_HPP
\ No newline at end of file
+#endif // BOOST_ASSIGN_V2_SUPPORT_PP_IGNORE_ER_2010_HPP
\ No newline at end of file

Modified: sandbox/assign_v2/boost/assign/v2/support/speed.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/support/speed.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/support/speed.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 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_DETAIL_SPEED_ER_2010_HPP
-#define BOOST_ASSIGN_V2_DETAIL_SPEED_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_SUPPORT_SPEED_ER_2010_HPP
+#define BOOST_ASSIGN_V2_SUPPORT_SPEED_ER_2010_HPP
 #include <cstddef>
 #include <deque>
 #include <ostream>
@@ -19,7 +19,7 @@
 #include <boost/array.hpp>
 #include <boost/assign/list_of.hpp>
 #include <boost/assign/list_inserter.hpp>
-#include <boost/assign/v2/detail/config/enable_cpp0x.hpp>
+#include <boost/assign/v2/support/config/enable_cpp0x.hpp>
 #if BOOST_ASSIGN_V2_ENABLE_CPP0X
 #include <boost/assign/v2/put.hpp>
 #include <boost/assign/v2/deque.hpp>
@@ -300,4 +300,4 @@
 }// boost
 
 #endif // BOOST_ASSIGN_V2_ENABLE_CPP0X
-#endif // BOOST_ASSIGN_V2_DETAIL_SPEED_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_SUPPORT_SPEED_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/support/switch.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/support/switch.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/support/switch.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 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_DETAIL_TRAITS_SWITCH_ER_2010_HPP
-#define BOOST_ASSIGN_V2_DETAIL_TRAITS_SWITCH_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_SUPPORT_TRAITS_SWITCH_ER_2010_HPP
+#define BOOST_ASSIGN_V2_SUPPORT_TRAITS_SWITCH_ER_2010_HPP
 #include <boost/mpl/apply.hpp>
 #include <boost/mpl/bool.hpp>
 #include <boost/mpl/eval_if.hpp>
@@ -100,4 +100,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_DETAIL_TRAITS_SWITCH_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_SUPPORT_TRAITS_SWITCH_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/support/traits.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/support/traits.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/support/traits.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 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_DETAIL_TRAITS_ER_2010_HPP
-#define BOOST_ASSIGN_V2_DETAIL_TRAITS_ER_2010_HPP
-#include <boost/assign/v2/detail/traits/container.hpp>
+#ifndef BOOST_ASSIGN_V2_SUPPORT_TRAITS_ER_2010_HPP
+#define BOOST_ASSIGN_V2_SUPPORT_TRAITS_ER_2010_HPP
+#include <boost/assign/v2/support/traits/container.hpp>
 
-#endif // BOOST_ASSIGN_V2_DETAIL_TRAITS_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_SUPPORT_TRAITS_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/support/traits/aux_/fwd_container.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/support/traits/aux_/fwd_container.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/support/traits/aux_/fwd_container.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 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_DETAIL_TRAITS_AUX_FWD_CONTAINER_ER_2010_HPP
-#define BOOST_ASSIGN_V2_DETAIL_TRAITS_AUX_FWD_CONTAINER_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_SUPPORT_TRAITS_AUX_FWD_CONTAINER_ER_2010_HPP
+#define BOOST_ASSIGN_V2_SUPPORT_TRAITS_AUX_FWD_CONTAINER_ER_2010_HPP
 #include <cstddef>
 
 namespace std{
@@ -170,4 +170,4 @@
     
 }// boost
 
-#endif // BOOST_ASSIGN_V2_DETAIL_TRAITS_AUX_FWD_CONTAINER_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_SUPPORT_TRAITS_AUX_FWD_CONTAINER_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/support/traits/aux_/ptr_container.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/support/traits/aux_/ptr_container.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/support/traits/aux_/ptr_container.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 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) //
 //////////////////////////////////////////////////////////////////////////////
-#ifndef BOOST_ASSIGN_V2_DETAIL_TRAITS_AUX_PTR_CONTAINER_ER_2010_HPP
-#define BOOST_ASSIGN_V2_DETAIL_TRAITS_AUX_PTR_CONTAINER_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_SUPPORT_TRAITS_AUX_PTR_CONTAINER_ER_2010_HPP
+#define BOOST_ASSIGN_V2_SUPPORT_TRAITS_AUX_PTR_CONTAINER_ER_2010_HPP
 #include <cstddef>
 #include <memory> // std::allocator
 #include <utility> // std::pair
-#include <boost/assign/v2/detail/traits/aux_/fwd_container.hpp>
+#include <boost/assign/v2/support/traits/aux_/fwd_container.hpp>
 #include <boost/mpl/size_t.hpp>
 #include <boost/type_traits/remove_reference.hpp>
 
@@ -299,4 +299,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_DETAIL_TRAITS_AUX_PTR_CONTAINER_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_SUPPORT_TRAITS_AUX_PTR_CONTAINER_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/support/traits/aux_/value_container.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/support/traits/aux_/value_container.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/support/traits/aux_/value_container.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 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_DETAIL_TRAITS_AUX_VALUE_CONTAINER_ER_2010_HPP
-#define BOOST_ASSIGN_V2_DETAIL_TRAITS_AUX_VALUE_CONTAINER_ER_2010_HPP
-#include <boost/assign/v2/detail/traits/aux_/fwd_container.hpp>
+#ifndef BOOST_ASSIGN_V2_SUPPORT_TRAITS_AUX_VALUE_CONTAINER_ER_2010_HPP
+#define BOOST_ASSIGN_V2_SUPPORT_TRAITS_AUX_VALUE_CONTAINER_ER_2010_HPP
+#include <boost/assign/v2/support/traits/aux_/fwd_container.hpp>
 #include <boost/config.hpp>
 #include <boost/mpl/bool.hpp>
 #include <boost/multi_array/base.hpp>
@@ -189,4 +189,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_DETAIL_TRAITS_AUX_VALUE_CONTAINER_ER_2010_HPP
\ No newline at end of file
+#endif // BOOST_ASSIGN_V2_SUPPORT_TRAITS_AUX_VALUE_CONTAINER_ER_2010_HPP
\ No newline at end of file

Modified: sandbox/assign_v2/boost/assign/v2/support/traits/container.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/support/traits/container.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/support/traits/container.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 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_DETAIL_TRAITS_CONTAINER_ER_2010_HPP
-#define BOOST_ASSIGN_V2_DETAIL_TRAITS_CONTAINER_ER_2010_HPP
-#include <boost/assign/v2/detail/traits/aux_/fwd_container.hpp>
-#include <boost/assign/v2/detail/traits/aux_/ptr_container.hpp>
-#include <boost/assign/v2/detail/traits/aux_/value_container.hpp>
+#ifndef BOOST_ASSIGN_V2_SUPPORT_TRAITS_CONTAINER_ER_2010_HPP
+#define BOOST_ASSIGN_V2_SUPPORT_TRAITS_CONTAINER_ER_2010_HPP
+#include <boost/assign/v2/support/traits/aux_/fwd_container.hpp>
+#include <boost/assign/v2/support/traits/aux_/ptr_container.hpp>
+#include <boost/assign/v2/support/traits/aux_/value_container.hpp>
 #include <boost/config.hpp>
 #include <boost/mpl/apply.hpp>
 #include <boost/mpl/bool.hpp>
@@ -128,4 +128,4 @@
 }// boost
 
 
-#endif // BOOST_ASSIGN_V2_DETAIL_TRAITS_CONTAINER_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_SUPPORT_TRAITS_CONTAINER_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/support/traits/type/or_const.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/support/traits/type/or_const.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/support/traits/type/or_const.hpp 2011-04-26 19:16:59 EDT (Tue, 26 Apr 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_DETAIL_TYPE_TRAITS_OR_CONST_ER_2010_HPP
-#define BOOST_ASSIGN_V2_DETAIL_TYPE_TRAITS_OR_CONST_ER_2010_HPP
-#include <boost/assign/v2/detail/config/enable_cpp0x.hpp>
+#ifndef BOOST_ASSIGN_V2_SUPPORT_TYPE_TRAITS_OR_CONST_ER_2010_HPP
+#define BOOST_ASSIGN_V2_SUPPORT_TYPE_TRAITS_OR_CONST_ER_2010_HPP
+#include <boost/assign/v2/support/config/enable_cpp0x.hpp>
 #if BOOST_ASSIGN_V2_ENABLE_CPP0X
 #include <boost/mpl/or.hpp>
 #include <boost/mpl/bool.hpp>
@@ -43,4 +43,4 @@
 }// boost
 
 #endif // BOOST_ASSIGN_V2_ENABLE_CPP0X
-#endif // BOOST_ASSIGN_V2_DETAIL_TYPE_TRAITS_OR_CONST_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_SUPPORT_TYPE_TRAITS_OR_CONST_ER_2010_HPP


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