Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r70161 - in sandbox/assign_v2/boost/assign/v2/ref: array aux_ aux_/list aux_/list/array aux_/list/holder aux_/list_tuple aux_/list_tuple/cpp03 aux_/list_tuple/cpp0x aux_/tuple aux_/tuple/cpp03 aux_/tuple/cpp0x
From: erwann.rogard_at_[hidden]
Date: 2011-03-18 19:42:59


Author: e_r
Date: 2011-03-18 19:42:56 EDT (Fri, 18 Mar 2011)
New Revision: 70161
URL: http://svn.boost.org/trac/boost/changeset/70161

Log:
upd assign_v2
Text files modified:
   sandbox/assign_v2/boost/assign/v2/ref/array/array.hpp | 4 ++--
   sandbox/assign_v2/boost/assign/v2/ref/aux_/list.hpp | 22 +++++++++++-----------
   sandbox/assign_v2/boost/assign/v2/ref/aux_/list/array.hpp | 10 +++++-----
   sandbox/assign_v2/boost/assign/v2/ref/aux_/list/array/policy.hpp | 12 ++++++------
   sandbox/assign_v2/boost/assign/v2/ref/aux_/list/array/rebind.hpp | 8 ++++----
   sandbox/assign_v2/boost/assign/v2/ref/aux_/list/as_modulo_list.hpp | 4 ++--
   sandbox/assign_v2/boost/assign/v2/ref/aux_/list/at.hpp | 10 +++++-----
   sandbox/assign_v2/boost/assign/v2/ref/aux_/list/container.hpp | 14 +++++++-------
   sandbox/assign_v2/boost/assign/v2/ref/aux_/list/fwd.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/ref/aux_/list/holder.hpp | 10 +++++-----
   sandbox/assign_v2/boost/assign/v2/ref/aux_/list/holder/head.hpp | 8 ++++----
   sandbox/assign_v2/boost/assign/v2/ref/aux_/list/holder/tail.hpp | 8 ++++----
   sandbox/assign_v2/boost/assign/v2/ref/aux_/list/list.hpp | 10 +++++-----
   sandbox/assign_v2/boost/assign/v2/ref/aux_/list/policy.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/ref/aux_/list_tuple.hpp | 10 +++++-----
   sandbox/assign_v2/boost/assign/v2/ref/aux_/list_tuple/as_args_list.hpp | 10 +++++-----
   sandbox/assign_v2/boost/assign/v2/ref/aux_/list_tuple/cpp03/as_args_list.hpp | 10 +++++-----
   sandbox/assign_v2/boost/assign/v2/ref/aux_/list_tuple/cpp03/container.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/ref/aux_/list_tuple/cpp0x/as_args_list.hpp | 10 +++++-----
   sandbox/assign_v2/boost/assign/v2/ref/aux_/list_tuple/cpp0x/container.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/ref/aux_/list_tuple/list_tuple.hpp | 10 +++++-----
   sandbox/assign_v2/boost/assign/v2/ref/aux_/tuple/as_arg_list.hpp | 10 +++++-----
   sandbox/assign_v2/boost/assign/v2/ref/aux_/tuple/cpp03/as_arg_list.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/ref/aux_/tuple/cpp0x/as_arg_list.hpp | 8 ++++----
   sandbox/assign_v2/boost/assign/v2/ref/aux_/tuple/cpp0x/data.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/ref/aux_/tuple/data.hpp | 8 ++++----
   26 files changed, 116 insertions(+), 116 deletions(-)

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-03-18 19:42:56 EDT (Fri, 18 Mar 2011)
@@ -12,8 +12,8 @@
 #include <boost/assign/v2/detail/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/list/list.hpp>
-#include <boost/assign/v2/ref/list/array.hpp>
+#include <boost/assign/v2/ref/aux_/list/list.hpp>
+#include <boost/assign/v2/ref/aux_/list/array.hpp>
 
 namespace boost{
 namespace assign{

Modified: sandbox/assign_v2/boost/assign/v2/ref/aux_/list.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/aux_/list.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/aux_/list.hpp 2011-03-18 19:42:56 EDT (Fri, 18 Mar 2011)
@@ -7,15 +7,15 @@
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //
 //////////////////////////////////////////////////////////////////////////////
-#ifndef BOOST_ASSIGN_V2_REF_LIST_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_LIST_ER_2010_HPP
-#include <boost/assign/v2/ref/list/array.hpp>
-#include <boost/assign/v2/ref/list/as_modulo_list.hpp>
-#include <boost/assign/v2/ref/list/at.hpp>
-#include <boost/assign/v2/ref/list/container.hpp>
-#include <boost/assign/v2/ref/list/fwd.hpp>
-#include <boost/assign/v2/ref/list/holder.hpp>
-#include <boost/assign/v2/ref/list/list.hpp>
-#include <boost/assign/v2/ref/list/policy.hpp>
+#ifndef BOOST_ASSIGN_V2_REF_AUX_LIST_ER_2010_HPP
+#define BOOST_ASSIGN_V2_REF_AUX_LIST_ER_2010_HPP
+#include <boost/assign/v2/ref/aux_/list/array.hpp>
+#include <boost/assign/v2/ref/aux_/list/as_modulo_list.hpp>
+#include <boost/assign/v2/ref/aux_/list/at.hpp>
+#include <boost/assign/v2/ref/aux_/list/container.hpp>
+#include <boost/assign/v2/ref/aux_/list/fwd.hpp>
+#include <boost/assign/v2/ref/aux_/list/holder.hpp>
+#include <boost/assign/v2/ref/aux_/list/list.hpp>
+#include <boost/assign/v2/ref/aux_/list/policy.hpp>
 
-#endif // BOOST_ASSIGN_V2_REF_LIST_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_REF_AUX_LIST_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/ref/aux_/list/array.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/aux_/list/array.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/aux_/list/array.hpp 2011-03-18 19:42:56 EDT (Fri, 18 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_REF_LIST_ARRAY_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_LIST_ARRAY_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_REF_AUX_LIST_ARRAY_ER_2010_HPP
+#define BOOST_ASSIGN_V2_REF_AUX_LIST_ARRAY_ER_2010_HPP
 
-#include <boost/assign/v2/ref/list/array/policy.hpp>
-#include <boost/assign/v2/ref/list/array/rebind.hpp>
+#include <boost/assign/v2/ref/aux_/list/array/policy.hpp>
+#include <boost/assign/v2/ref/aux_/list/array/rebind.hpp>
 
-#endif // BOOST_ASSIGN_V2_REF_LIST_ARRAY_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_REF_AUX_LIST_ARRAY_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/ref/aux_/list/array/policy.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/aux_/list/array/policy.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/aux_/list/array/policy.hpp 2011-03-18 19:42:56 EDT (Fri, 18 Mar 2011)
@@ -7,12 +7,12 @@
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //
 //////////////////////////////////////////////////////////////////////////////
-#ifndef BOOST_ASSIGN_V2_REF_LIST_ARRAY_POLICY_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_LIST_ARRAY_POLICY_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_REF_AUX_LIST_ARRAY_POLICY_ER_2010_HPP
+#define BOOST_ASSIGN_V2_REF_AUX_LIST_ARRAY_POLICY_ER_2010_HPP
 #include <boost/assign/v2/ref/array/alloc/lazy.hpp>
-#include <boost/assign/v2/ref/list/fwd.hpp>
-#include <boost/assign/v2/ref/list/holder.hpp>
-#include <boost/assign/v2/ref/list/policy.hpp>
+#include <boost/assign/v2/ref/aux_/list/fwd.hpp>
+#include <boost/assign/v2/ref/aux_/list/holder.hpp>
+#include <boost/assign/v2/ref/aux_/list/policy.hpp>
 #include <boost/mpl/eval_if.hpp>
 #include <boost/mpl/identity.hpp>
 #include <boost/type_traits/is_const.hpp>
@@ -111,4 +111,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_REF_LIST_ARRAY_POLICY_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_REF_AUX_LIST_ARRAY_POLICY_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/ref/aux_/list/array/rebind.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/aux_/list/array/rebind.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/aux_/list/array/rebind.hpp 2011-03-18 19:42:56 EDT (Fri, 18 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_REF_LIST_ARRAY_REBIND_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_LIST_ARRAY_REBIND_ER_2010_HPP
-#include <boost/assign/v2/ref/list/fwd.hpp>
-#include <boost/assign/v2/ref/list/at.hpp>
+#ifndef BOOST_ASSIGN_V2_REF_AUX_LIST_ARRAY_REBIND_ER_2010_HPP
+#define BOOST_ASSIGN_V2_REF_AUX_LIST_ARRAY_REBIND_ER_2010_HPP
+#include <boost/assign/v2/ref/aux_/list/fwd.hpp>
+#include <boost/assign/v2/ref/aux_/list/at.hpp>
 #include <boost/mpl/bool.hpp>
 #include <boost/mpl/equal_to.hpp>
 #include <boost/mpl/int.hpp>

Modified: sandbox/assign_v2/boost/assign/v2/ref/aux_/list/as_modulo_list.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/aux_/list/as_modulo_list.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/aux_/list/as_modulo_list.hpp 2011-03-18 19:42:56 EDT (Fri, 18 Mar 2011)
@@ -9,8 +9,8 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_LIST_REF_AS_MODULO_LIST_ER_2010_HPP
 #define BOOST_ASSIGN_V2_LIST_REF_AS_MODULO_LIST_ER_2010_HPP
-#include <boost/assign/v2/ref/list/at.hpp>
-#include <boost/assign/v2/ref/list/fwd.hpp>
+#include <boost/assign/v2/ref/aux_/list/at.hpp>
+#include <boost/assign/v2/ref/aux_/list/fwd.hpp>
 #include <boost/mpl/at.hpp>
 #include <boost/mpl/size.hpp>
 #include <boost/typeof/typeof.hpp>

Modified: sandbox/assign_v2/boost/assign/v2/ref/aux_/list/at.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/aux_/list/at.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/aux_/list/at.hpp 2011-03-18 19:42:56 EDT (Fri, 18 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_REF_LIST_AT_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_LIST_AT_ER_2010_HPP
-#include <boost/assign/v2/ref/list/fwd.hpp>
-#include <boost/assign/v2/ref/list/holder.hpp>
+#ifndef BOOST_ASSIGN_V2_REF_AUX_LIST_AT_ER_2010_HPP
+#define BOOST_ASSIGN_V2_REF_AUX_LIST_AT_ER_2010_HPP
+#include <boost/assign/v2/ref/aux_/list/fwd.hpp>
+#include <boost/assign/v2/ref/aux_/list/holder.hpp>
 #include <boost/call_traits.hpp>
 #include <boost/mpl/bool.hpp>
 #include <boost/mpl/eval_if.hpp>
@@ -72,4 +72,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_REF_LIST_AT_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_REF_AUX_LIST_AT_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/ref/aux_/list/container.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/aux_/list/container.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/aux_/list/container.hpp 2011-03-18 19:42:56 EDT (Fri, 18 Mar 2011)
@@ -7,12 +7,12 @@
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //
 //////////////////////////////////////////////////////////////////////////////
-#ifndef BOOST_ASSIGN_V2_REF_LIST_CONTAINER_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_LIST_CONTAINER_ER_2010_HPP
-#include <boost/assign/v2/ref/list/fwd.hpp> // consistency
-#include <boost/assign/v2/ref/list/holder/tail.hpp>
-#include <boost/assign/v2/ref/list/holder/head.hpp>
-#include <boost/assign/v2/ref/list/policy.hpp>
+#ifndef BOOST_ASSIGN_V2_REF_AUX_LIST_CONTAINER_ER_2010_HPP
+#define BOOST_ASSIGN_V2_REF_AUX_LIST_CONTAINER_ER_2010_HPP
+#include <boost/assign/v2/ref/aux_/list/fwd.hpp> // consistency
+#include <boost/assign/v2/ref/aux_/list/holder/tail.hpp>
+#include <boost/assign/v2/ref/aux_/list/holder/head.hpp>
+#include <boost/assign/v2/ref/aux_/list/policy.hpp>
 #include <boost/call_traits.hpp>
 #include <boost/mpl/apply.hpp>
 #include <boost/type_traits/is_same.hpp>
@@ -73,4 +73,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_REF_LIST_CONTAINER_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_REF_AUX_LIST_CONTAINER_ER_2010_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-03-18 19:42:56 EDT (Fri, 18 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_REF_LIST_FWD_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_LIST_FWD_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_REF_AUX_LIST_FWD_ER_2010_HPP
+#define BOOST_ASSIGN_V2_REF_AUX_LIST_FWD_ER_2010_HPP
 
 namespace boost{
     struct use_default; // TODO ?
@@ -33,5 +33,5 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_REF_LIST_FWD_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_REF_AUX_LIST_FWD_ER_2010_HPP
 

Modified: sandbox/assign_v2/boost/assign/v2/ref/aux_/list/holder.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/aux_/list/holder.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/aux_/list/holder.hpp 2011-03-18 19:42:56 EDT (Fri, 18 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_REF_LIST_HOLDER_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_LIST_HOLDER_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_REF_AUX_LIST_HOLDER_ER_2010_HPP
+#define BOOST_ASSIGN_V2_REF_AUX_LIST_HOLDER_ER_2010_HPP
 
-#include <boost/assign/v2/ref/list/holder/head.hpp>
-#include <boost/assign/v2/ref/list/holder/tail.hpp>
+#include <boost/assign/v2/ref/aux_/list/holder/head.hpp>
+#include <boost/assign/v2/ref/aux_/list/holder/tail.hpp>
 
-#endif // BOOST_ASSIGN_V2_REF_LIST_HOLDER_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_REF_AUX_LIST_HOLDER_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/ref/aux_/list/holder/head.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/aux_/list/holder/head.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/aux_/list/holder/head.hpp 2011-03-18 19:42:56 EDT (Fri, 18 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_REF_LIST_HOLDER_HEAD_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_LIST_HOLDER_HEAD_ER_2010_HPP
-#include <boost/assign/v2/ref/list/fwd.hpp>
+#ifndef BOOST_ASSIGN_V2_REF_AUX_LIST_HOLDER_HEAD_ER_2010_HPP
+#define BOOST_ASSIGN_V2_REF_AUX_LIST_HOLDER_HEAD_ER_2010_HPP
+#include <boost/assign/v2/ref/aux_/list/fwd.hpp>
 #include <boost/config.hpp>
 #include <boost/type_traits/add_reference.hpp>
 
@@ -56,4 +56,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_REF_LIST_HOLDER_HEAD_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_REF_AUX_LIST_HOLDER_HEAD_ER_2010_HPP

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-03-18 19:42:56 EDT (Fri, 18 Mar 2011)
@@ -7,11 +7,11 @@
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //
 //////////////////////////////////////////////////////////////////////////////
-#ifndef BOOST_ASSIGN_V2_REF_LIST_HOLDER_TAIL_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_LIST_HOLDER_TAIL_ER_2010_HPP
+#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/config.hpp>
 #include <boost/mpl/int.hpp>
-#include <boost/assign/v2/ref/list/fwd.hpp>
+#include <boost/assign/v2/ref/aux_/list/fwd.hpp>
 
 namespace boost{
 namespace assign{
@@ -54,4 +54,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_REF_LIST_HOLDER_TAIL_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_REF_AUX_LIST_HOLDER_TAIL_ER_2010_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-03-18 19:42:56 EDT (Fri, 18 Mar 2011)
@@ -7,11 +7,11 @@
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //
 //////////////////////////////////////////////////////////////////////////////
-#ifndef BOOST_ASSIGN_V2_REF_LIST_LIST_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_LIST_LIST_ER_2010_HPP
+#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/nil.hpp>
-#include <boost/assign/v2/ref/list/container.hpp>
-#include <boost/assign/v2/ref/list/fwd.hpp>
+#include <boost/assign/v2/ref/aux_/list/container.hpp>
+#include <boost/assign/v2/ref/aux_/list/fwd.hpp>
 #include <boost/mpl/apply.hpp>
 #include <boost/mpl/fold.hpp>
 #include <boost/mpl/placeholders.hpp>
@@ -80,4 +80,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_REF_LIST_LIST_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_REF_AUX_LIST_LIST_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/ref/aux_/list/policy.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/aux_/list/policy.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/aux_/list/policy.hpp 2011-03-18 19:42:56 EDT (Fri, 18 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_REF_LIST_POLICY_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_LIST_POLICY_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_REF_AUX_LIST_POLICY_ER_2010_HPP
+#define BOOST_ASSIGN_V2_REF_AUX_LIST_POLICY_ER_2010_HPP
 #include <boost/mpl/always.hpp>
 #include <boost/mpl/empty_base.hpp>
 
@@ -29,4 +29,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_REF_LIST_POLICY_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_REF_AUX_LIST_POLICY_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/ref/aux_/list_tuple.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/aux_/list_tuple.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/aux_/list_tuple.hpp 2011-03-18 19:42:56 EDT (Fri, 18 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_REF_LIST_TUPLE_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_LIST_TUPLE_ER_2010_HPP
-#include <boost/assign/v2/ref/list_tuple/list_tuple.hpp>
-#include <boost/assign/v2/ref/list_tuple/as_args_list.hpp>
+#ifndef BOOST_ASSIGN_V2_REF_AUX_LIST_TUPLE_ER_2010_HPP
+#define BOOST_ASSIGN_V2_REF_AUX_LIST_TUPLE_ER_2010_HPP
+#include <boost/assign/v2/ref/aux_/list_tuple/list_tuple.hpp>
+#include <boost/assign/v2/ref/aux_/list_tuple/as_args_list.hpp>
 
-#endif // BOOST_ASSIGN_V2_REF_LIST_TUPLE_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_REF_AUX_LIST_TUPLE_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/ref/aux_/list_tuple/as_args_list.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/aux_/list_tuple/as_args_list.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/aux_/list_tuple/as_args_list.hpp 2011-03-18 19:42:56 EDT (Fri, 18 Mar 2011)
@@ -7,12 +7,12 @@
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //
 //////////////////////////////////////////////////////////////////////////////
-#ifndef BOOST_ASSIGN_V2_REF_LIST_TUPLE_AS_ARGS_LIST_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_LIST_TUPLE_AS_ARGS_LIST_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_REF_AUX_LIST_TUPLE_AS_ARGS_LIST_ER_2010_HPP
+#define BOOST_ASSIGN_V2_REF_AUX_LIST_TUPLE_AS_ARGS_LIST_ER_2010_HPP
 #include <boost/assign/v2/detail/config/enable_cpp0x.hpp>
 #if BOOST_ASSIGN_V2_ENABLE_CPP0X
-#include <boost/assign/v2/ref/list_tuple/cpp0x/as_args_list.hpp>
+#include <boost/assign/v2/ref/aux_/list_tuple/cpp0x/as_args_list.hpp>
 #else
-#include <boost/assign/v2/ref/list_tuple/cpp03/as_args_list.hpp>
+#include <boost/assign/v2/ref/aux_/list_tuple/cpp03/as_args_list.hpp>
 #endif // BOOST_ASSIGN_V2_ENABLE_CPP0X
-#endif // BOOST_ASSIGN_V2_REF_LIST_TUPLE_CONTAINER_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_REF_AUX_LIST_TUPLE_CONTAINER_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/ref/aux_/list_tuple/cpp03/as_args_list.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/aux_/list_tuple/cpp03/as_args_list.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/aux_/list_tuple/cpp03/as_args_list.hpp 2011-03-18 19:42:56 EDT (Fri, 18 Mar 2011)
@@ -7,11 +7,11 @@
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //
 //////////////////////////////////////////////////////////////////////////////
-#ifndef BOOST_ASSIGN_V2_REF_LIST_TUPLE_CPP03_AS_ARGS_LIST_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_LIST_TUPLE_CPP03_AS_ARGS_LIST_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_REF_AUX_LIST_TUPLE_CPP03_AS_ARGS_LIST_ER_2010_HPP
+#define BOOST_ASSIGN_V2_REF_AUX_LIST_TUPLE_CPP03_AS_ARGS_LIST_ER_2010_HPP
 #include <boost/assign/v2/detail/config/limit_arity.hpp>
-#include <boost/assign/v2/ref/list_tuple/list_tuple.hpp>
-#include <boost/assign/v2/ref/tuple/cpp03/as_arg_list.hpp>
+#include <boost/assign/v2/ref/aux_/list_tuple/list_tuple.hpp>
+#include <boost/assign/v2/ref/aux_/tuple/cpp03/as_arg_list.hpp>
 #include <boost/mpl/int.hpp>
 #include <boost/preprocessor/repetition.hpp>
 #include <boost/preprocessor/arithmetic/inc.hpp>
@@ -87,4 +87,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_REF_LIST_TUPLE_CPP03_AS_ARGS_LIST_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_REF_AUX_LIST_TUPLE_CPP03_AS_ARGS_LIST_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/ref/aux_/list_tuple/cpp03/container.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/aux_/list_tuple/cpp03/container.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/aux_/list_tuple/cpp03/container.hpp 2011-03-18 19:42:56 EDT (Fri, 18 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_REF_LIST_TUPLE_CPP03_CONTAINER_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_LIST_TUPLE_CPP03_CONTAINER_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_REF_AUX_LIST_TUPLE_CPP03_CONTAINER_ER_2010_HPP
+#define BOOST_ASSIGN_V2_REF_AUX_LIST_TUPLE_CPP03_CONTAINER_ER_2010_HPP
 #include <boost/assign/v2/detail/config/limit_arity.hpp>
 #include <boost/assign/v2/detail/functor/crtp_unary_and_up.hpp>
 #include <boost/config.hpp>
@@ -241,4 +241,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_REF_LIST_TUPLE_CPP03_CONTAINER_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_REF_AUX_LIST_TUPLE_CPP03_CONTAINER_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/ref/aux_/list_tuple/cpp0x/as_args_list.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/aux_/list_tuple/cpp0x/as_args_list.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/aux_/list_tuple/cpp0x/as_args_list.hpp 2011-03-18 19:42:56 EDT (Fri, 18 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_REF_LIST_TUPLE_CPP0X_AS_ARGS_LIST_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_LIST_TUPLE_CPP0X_AS_ARGS_LIST_ER_2010_HPP
-#include <boost/assign/v2/ref/list_tuple/list_tuple.hpp>
-#include <boost/assign/v2/ref/tuple/as_arg_list.hpp>
+#ifndef BOOST_ASSIGN_V2_REF_AUX_LIST_TUPLE_CPP0X_AS_ARGS_LIST_ER_2010_HPP
+#define BOOST_ASSIGN_V2_REF_AUX_LIST_TUPLE_CPP0X_AS_ARGS_LIST_ER_2010_HPP
+#include <boost/assign/v2/ref/aux_/list_tuple/list_tuple.hpp>
+#include <boost/assign/v2/ref/aux_/tuple/as_arg_list.hpp>
 #include <boost/assign/v2/temporary/variadic_args_to_indices.hpp>
 #include <boost/mpl/size.hpp>
 
@@ -81,4 +81,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_REF_LIST_TUPLE_CPP0X_AS_ARGS_LIST_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_REF_AUX_LIST_TUPLE_CPP0X_AS_ARGS_LIST_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/ref/aux_/list_tuple/cpp0x/container.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/aux_/list_tuple/cpp0x/container.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/aux_/list_tuple/cpp0x/container.hpp 2011-03-18 19:42:56 EDT (Fri, 18 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_REF_LIST_TUPLE_CPP0X_CONTAINER_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_LIST_TUPLE_CPP0X_CONTAINER_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_REF_AUX_LIST_TUPLE_CPP0X_CONTAINER_ER_2010_HPP
+#define BOOST_ASSIGN_V2_REF_AUX_LIST_TUPLE_CPP0X_CONTAINER_ER_2010_HPP
 #include <utility>
-#include <boost/assign/v2/ref/tuple/cpp0x/data.hpp>
+#include <boost/assign/v2/ref/aux_/tuple/cpp0x/data.hpp>
 #include <boost/config.hpp>
 #include <boost/mpl/empty_base.hpp>
 #include <boost/mpl/eval_if.hpp>

Modified: sandbox/assign_v2/boost/assign/v2/ref/aux_/list_tuple/list_tuple.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/aux_/list_tuple/list_tuple.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/aux_/list_tuple/list_tuple.hpp 2011-03-18 19:42:56 EDT (Fri, 18 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_REF_LIST_TUPLE_LIST_TUPLE_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_LIST_TUPLE_LIST_TUPLE_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_REF_AUX_LIST_TUPLE_LIST_TUPLE_ER_2010_HPP
+#define BOOST_ASSIGN_V2_REF_AUX_LIST_TUPLE_LIST_TUPLE_ER_2010_HPP
 #include <boost/mpl/bool.hpp>
 #include <boost/mpl/eval_if.hpp>
 #include <boost/mpl/identity.hpp>
@@ -94,9 +94,9 @@
 
 #include <boost/assign/v2/detail/config/enable_cpp0x.hpp>
 #if BOOST_ASSIGN_V2_ENABLE_CPP0X
-#include <boost/assign/v2/ref/list_tuple/cpp0x/container.hpp>
+#include <boost/assign/v2/ref/aux_/list_tuple/cpp0x/container.hpp>
 #else
-#include <boost/assign/v2/ref/list_tuple/cpp03/container.hpp>
+#include <boost/assign/v2/ref/aux_/list_tuple/cpp03/container.hpp>
 #endif // BOOST_ASSIGN_V2_ENABLE_CPP0X
 
 #include <boost/mpl/apply.hpp>
@@ -150,4 +150,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_REF_LIST_TUPLE_LIST_TUPLE_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_REF_AUX_LIST_TUPLE_LIST_TUPLE_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/ref/aux_/tuple/as_arg_list.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/aux_/tuple/as_arg_list.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/aux_/tuple/as_arg_list.hpp 2011-03-18 19:42:56 EDT (Fri, 18 Mar 2011)
@@ -7,12 +7,12 @@
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //
 //////////////////////////////////////////////////////////////////////////////
-#ifndef BOOST_ASSIGN_V2_REF_TUPLE_AS_ARG_LIST_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_TUPLE_AS_ARG_LIST_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_REF_AUX_TUPLE_AS_ARG_LIST_ER_2010_HPP
+#define BOOST_ASSIGN_V2_REF_AUX_TUPLE_AS_ARG_LIST_ER_2010_HPP
 #include <boost/assign/v2/detail/config/enable_cpp0x.hpp>
 #if BOOST_ASSIGN_V2_ENABLE_CPP0X
-#include <boost/assign/v2/ref/tuple/cpp0x/as_arg_list.hpp>
+#include <boost/assign/v2/ref/aux_/tuple/cpp0x/as_arg_list.hpp>
 #else
-#include <boost/assign/v2/ref/tuple/cpp03/as_arg_list.hpp>
+#include <boost/assign/v2/ref/aux_/tuple/cpp03/as_arg_list.hpp>
 #endif // BOOST_ASSIGN_V2_ENABLE_CPP0X
-#endif // BOOST_ASSIGN_V2_REF_TUPLE_AS_ARG_LIST_ER_2010_HPP
\ No newline at end of file
+#endif // BOOST_ASSIGN_V2_REF_AUX_TUPLE_AS_ARG_LIST_ER_2010_HPP
\ No newline at end of file

Modified: sandbox/assign_v2/boost/assign/v2/ref/aux_/tuple/cpp03/as_arg_list.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/aux_/tuple/cpp03/as_arg_list.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/aux_/tuple/cpp03/as_arg_list.hpp 2011-03-18 19:42:56 EDT (Fri, 18 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_REF_TUPLE_CPP03_AS_ARG_LIST_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_TUPLE_CPP03_AS_ARG_LIST_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_REF_AUX_TUPLE_CPP03_AS_ARG_LIST_ER_2010_HPP
+#define BOOST_ASSIGN_V2_REF_AUX_TUPLE_CPP03_AS_ARG_LIST_ER_2010_HPP
 #include <boost/preprocessor/repetition.hpp>
 #include <boost/preprocessor/arithmetic/inc.hpp>
 #include <boost/tuple/tuple.hpp>
@@ -43,4 +43,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_REF_TUPLE_CPP03_AS_ARG_LIST_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_REF_AUX_TUPLE_CPP03_AS_ARG_LIST_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/ref/aux_/tuple/cpp0x/as_arg_list.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/aux_/tuple/cpp0x/as_arg_list.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/aux_/tuple/cpp0x/as_arg_list.hpp 2011-03-18 19:42:56 EDT (Fri, 18 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_REF_TUPLE_CPP0X_AS_ARG_LIST_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_TUPLE_CPP0X_AS_ARG_LIST_ER_2010_HPP
-#include <boost/assign/v2/ref/tuple/cpp0x/data.hpp>
+#ifndef BOOST_ASSIGN_V2_REF_AUX_TUPLE_CPP0X_AS_ARG_LIST_ER_2010_HPP
+#define BOOST_ASSIGN_V2_REF_AUX_TUPLE_CPP0X_AS_ARG_LIST_ER_2010_HPP
+#include <boost/assign/v2/ref/aux_/tuple/cpp0x/data.hpp>
 #include <boost/assign/v2/temporary/variadic_args_to_indices.hpp>
 
 namespace boost{
@@ -50,4 +50,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_REF_TUPLE_CPP0X_AS_ARG_LIST_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_REF_AUX_TUPLE_CPP0X_AS_ARG_LIST_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/ref/aux_/tuple/cpp0x/data.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/aux_/tuple/cpp0x/data.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/aux_/tuple/cpp0x/data.hpp 2011-03-18 19:42:56 EDT (Fri, 18 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_REF_TUPLE_CPP0X_DATA_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_TUPLE_CPP0X_DATA_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_REF_AUX_TUPLE_CPP0X_DATA_ER_2010_HPP
+#define BOOST_ASSIGN_V2_REF_AUX_TUPLE_CPP0X_DATA_ER_2010_HPP
 #include <utility>
-#include <boost/assign/v2/ref/tuple/data.hpp>
+#include <boost/assign/v2/ref/aux_/tuple/data.hpp>
 #include <boost/type_traits/add_const.hpp>
 #include <boost/type_traits/add_reference.hpp>
 #include <boost/type_traits/is_reference.hpp>

Modified: sandbox/assign_v2/boost/assign/v2/ref/aux_/tuple/data.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/aux_/tuple/data.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/aux_/tuple/data.hpp 2011-03-18 19:42:56 EDT (Fri, 18 Mar 2011)
@@ -7,12 +7,12 @@
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //
 //////////////////////////////////////////////////////////////////////////////
-#ifndef BOOST_ASSIGN_V2_REF_TUPLE_DATA_ER_2010_HPP
-#define BOOST_ASSIGN_V2_REF_TUPLE_DATA_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_REF_AUX_TUPLE_DATA_ER_2010_HPP
+#define BOOST_ASSIGN_V2_REF_AUX_TUPLE_DATA_ER_2010_HPP
 #include <boost/assign/v2/detail/config/enable_cpp0x.hpp>
 #if BOOST_ASSIGN_V2_ENABLE_CPP0X
-#include <boost/assign/v2/ref/tuple/cpp0x/data.hpp>
+#include <boost/assign/v2/ref/aux_/tuple/cpp0x/data.hpp>
 #else
 #include <boost/tuple/tuple.hpp>
 #endif // BOOST_ASSIGN_V2_ENABLE_CPP0X
-#endif // BOOST_ASSIGN_V2_REF_TUPLE_DATA_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_REF_AUX_TUPLE_DATA_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