Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r70174 - in sandbox/assign_v2/boost/assign/v2: detail ref/aux_/convert_traits
From: erwann.rogard_at_[hidden]
Date: 2011-03-18 20:39:39


Author: e_r
Date: 2011-03-18 20:39:39 EDT (Fri, 18 Mar 2011)
New Revision: 70174
URL: http://svn.boost.org/trac/boost/changeset/70174

Log:
upd assign_v2
Text files modified:
   sandbox/assign_v2/boost/assign/v2/detail/traits.hpp | 1 -
   sandbox/assign_v2/boost/assign/v2/ref/aux_/convert_traits/checking.hpp | 2 +-
   sandbox/assign_v2/boost/assign/v2/ref/aux_/convert_traits/const.hpp | 2 +-
   sandbox/assign_v2/boost/assign/v2/ref/aux_/convert_traits/reference.hpp | 2 +-
   4 files changed, 3 insertions(+), 4 deletions(-)

Modified: sandbox/assign_v2/boost/assign/v2/detail/traits.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/detail/traits.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/detail/traits.hpp 2011-03-18 20:39:39 EDT (Fri, 18 Mar 2011)
@@ -9,7 +9,6 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_DETAIL_TRAITS_ER_2010_HPP
 #define BOOST_ASSIGN_V2_DETAIL_TRAITS_ER_2010_HPP
-#include <boost/assign/v2/detail/traits/type.hpp>
 #include <boost/assign/v2/detail/traits/ptr_container.hpp>
 #include <boost/assign/v2/detail/traits/value_container.hpp>
 

Modified: sandbox/assign_v2/boost/assign/v2/ref/aux_/convert_traits/checking.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/aux_/convert_traits/checking.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/aux_/convert_traits/checking.hpp 2011-03-18 20:39:39 EDT (Fri, 18 Mar 2011)
@@ -9,7 +9,7 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_REF_CONVERT_TRAITS_CHECKING_ER_2010_HPP
 #define BOOST_ASSIGN_V2_REF_CONVERT_TRAITS_CHECKING_ER_2010_HPP
-#include <boost/assign/v2/ref/convert_traits/reference.hpp>
+#include <boost/assign/v2/ref/aux_/convert_traits/reference.hpp>
 #include <boost/mpl/assert.hpp>
 #include <boost/type_traits/is_same.hpp>
 

Modified: sandbox/assign_v2/boost/assign/v2/ref/aux_/convert_traits/const.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/aux_/convert_traits/const.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/aux_/convert_traits/const.hpp 2011-03-18 20:39:39 EDT (Fri, 18 Mar 2011)
@@ -9,7 +9,7 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_REF_CONVERT_TRAITS_CONST_ER_2010_HPP
 #define BOOST_ASSIGN_V2_REF_CONVERT_TRAITS_CONST_ER_2010_HPP
-#include <boost/assign/v2/ref/convert_traits/value.hpp>
+#include <boost/assign/v2/ref/aux_/convert_traits/value.hpp>
 #include <boost/type_traits/add_const.hpp>
 #include <boost/type_traits/is_const.hpp>
 #include <boost/type_traits/remove_cv.hpp>

Modified: sandbox/assign_v2/boost/assign/v2/ref/aux_/convert_traits/reference.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/ref/aux_/convert_traits/reference.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/ref/aux_/convert_traits/reference.hpp 2011-03-18 20:39:39 EDT (Fri, 18 Mar 2011)
@@ -9,7 +9,7 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_REF_CONVERT_TRAITS_REFERENCE_ER_2010_HPP
 #define BOOST_ASSIGN_V2_REF_CONVERT_TRAITS_REFERENCE_ER_2010_HPP
-#include <boost/assign/v2/ref/convert_traits/const.hpp>
+#include <boost/assign/v2/ref/aux_/convert_traits/const.hpp>
 #include <boost/type_traits/remove_reference.hpp>
 
 namespace boost{


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