Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r69878 - in sandbox/assign_v2/boost/assign/v2/put: . adapter deduce/modifier modifier/deduce
From: erwann.rogard_at_[hidden]
Date: 2011-03-11 20:10:56


Author: e_r
Date: 2011-03-11 20:10:54 EST (Fri, 11 Mar 2011)
New Revision: 69878
URL: http://svn.boost.org/trac/boost/changeset/69878

Log:
upd assign_v2
Added:
   sandbox/assign_v2/boost/assign/v2/put/modifier/deduce/
      - copied from r69873, /sandbox/assign_v2/boost/assign/v2/put/deduce/modifier/
Removed:
   sandbox/assign_v2/boost/assign/v2/put/deduce/modifier/
Text files modified:
   sandbox/assign_v2/boost/assign/v2/put/adapter.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/put/adapter/as_arg_list.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/put/adapter/crtp.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/put/adapter/fwd.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/put/adapter/modifier.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/put/adapter/replace_parameter.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/put/adapter/sub.hpp | 6 +++---
   7 files changed, 21 insertions(+), 21 deletions(-)

Modified: sandbox/assign_v2/boost/assign/v2/put/adapter.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/put/adapter.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/put/adapter.hpp 2011-03-11 20:10:54 EST (Fri, 11 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_PUT_FRAME_ER_2010_HPP
-#define BOOST_ASSIGN_V2_PUT_FRAME_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_PUT_ADAPTER_ER_2010_HPP
+#define BOOST_ASSIGN_V2_PUT_ADAPTER_ER_2010_HPP
 
 #include <boost/assign/v2/put/adapter/crtp.hpp>
 #include <boost/assign/v2/put/adapter/modifier.hpp>
 #include <boost/assign/v2/put/adapter/replace_parameter.hpp>
 #include <boost/assign/v2/put/adapter/sub.hpp>
 
-#endif // BOOST_ASSIGN_V2_PUT_FRAME_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_PUT_ADAPTER_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/put/adapter/as_arg_list.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/put/adapter/as_arg_list.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/put/adapter/as_arg_list.hpp 2011-03-11 20:10:54 EST (Fri, 11 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_PUT_FRAME_AS_ARG_LIST_ER_2010_HPP
-#define BOOST_ASSIGN_V2_PUT_FRAME_AS_ARG_LIST_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_PUT_ADAPTER_AS_ARG_LIST_ER_2010_HPP
+#define BOOST_ASSIGN_V2_PUT_ADAPTER_AS_ARG_LIST_ER_2010_HPP
 #include <boost/range/iterator.hpp>
 #include <boost/range/iterator_range.hpp>
 
@@ -76,4 +76,4 @@
 }// assign
 }// boost
     
-#endif // BOOST_ASSIGN_V2_PUT_FRAME_AS_ARG_LIST_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_PUT_ADAPTER_AS_ARG_LIST_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/put/adapter/crtp.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/put/adapter/crtp.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/put/adapter/crtp.hpp 2011-03-11 20:10:54 EST (Fri, 11 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_PUT_FRAME_CRTP_ER_2010_HPP
-#define BOOST_ASSIGN_V2_PUT_FRAME_CRTP_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_PUT_ADAPTER_CRTP_ER_2010_HPP
+#define BOOST_ASSIGN_V2_PUT_ADAPTER_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/traits/container/is_ptr_container.hpp>
@@ -257,5 +257,5 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_PUT_FRAME_CRTP_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_PUT_ADAPTER_CRTP_ER_2010_HPP
 

Modified: sandbox/assign_v2/boost/assign/v2/put/adapter/fwd.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/put/adapter/fwd.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/put/adapter/fwd.hpp 2011-03-11 20:10:54 EST (Fri, 11 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_PUT_FRAME_FWD_ER_2010_HPP
-#define BOOST_ASSIGN_V2_PUT_FRAME_FWD_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_PUT_ADAPTER_FWD_ER_2010_HPP
+#define BOOST_ASSIGN_V2_PUT_ADAPTER_FWD_ER_2010_HPP
 
 namespace boost{
 namespace assign{
@@ -22,5 +22,5 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_PUT_FRAME_FWD_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_PUT_ADAPTER_FWD_ER_2010_HPP
 

Modified: sandbox/assign_v2/boost/assign/v2/put/adapter/modifier.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/put/adapter/modifier.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/put/adapter/modifier.hpp 2011-03-11 20:10:54 EST (Fri, 11 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_PUT_FRAME_MODIFIER_ER_2010_HPP
-#define BOOST_ASSIGN_V2_PUT_FRAME_MODIFIER_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_PUT_ADAPTER_MODIFIER_ER_2010_HPP
+#define BOOST_ASSIGN_V2_PUT_ADAPTER_MODIFIER_ER_2010_HPP
 #include <boost/concept_check.hpp>
 
 namespace boost{
@@ -45,4 +45,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_PUT_FRAME_MODIFIER_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_PUT_ADAPTER_MODIFIER_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/put/adapter/replace_parameter.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/put/adapter/replace_parameter.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/put/adapter/replace_parameter.hpp 2011-03-11 20:10:54 EST (Fri, 11 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_PUT_FRAME_REPLACE_PARAMETER_ER_2010_HPP
-#define BOOST_ASSIGN_V2_PUT_FRAME_REPLACE_PARAMETER_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_PUT_ADAPTER_REPLACE_PARAMETER_ER_2010_HPP
+#define BOOST_ASSIGN_V2_PUT_ADAPTER_REPLACE_PARAMETER_ER_2010_HPP
 #include <boost/mpl/apply.hpp>
 
 namespace boost{
@@ -35,4 +35,4 @@
 }// assign
 }// boost
     
-#endif // BOOST_ASSIGN_V2_PUT_FRAME_REPLACE_PARAMETER_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_PUT_ADAPTER_REPLACE_PARAMETER_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/put/adapter/sub.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/put/adapter/sub.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/put/adapter/sub.hpp 2011-03-11 20:10:54 EST (Fri, 11 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_PUT_FRAME_SUB_ER_2010_HPP
-#define BOOST_ASSIGN_V2_PUT_FRAME_SUB_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_PUT_ADAPTER_SUB_ER_2010_HPP
+#define BOOST_ASSIGN_V2_PUT_ADAPTER_SUB_ER_2010_HPP
 #include <boost/assign/v2/put/adapter/modifier.hpp>
 #include <boost/concept_check.hpp>
 
@@ -91,4 +91,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_PUT_FRAME_SUB_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_PUT_ADAPTER_SUB_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