Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r70283 - in sandbox/assign_v2/boost/assign/v2: . framework put
From: erwann.rogard_at_[hidden]
Date: 2011-03-20 22:20:26


Author: e_r
Date: 2011-03-20 22:20:24 EDT (Sun, 20 Mar 2011)
New Revision: 70283
URL: http://svn.boost.org/trac/boost/changeset/70283

Log:
upd assign_v2
Text files modified:
   sandbox/assign_v2/boost/assign/v2/framework.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/framework/as_arg_list.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/framework/crtp.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/framework/fwd.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/framework/modifier.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/framework/replace_parameter.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/modifier.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/put/put.hpp | 6 +++---
   8 files changed, 24 insertions(+), 24 deletions(-)

Modified: sandbox/assign_v2/boost/assign/v2/framework.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/framework.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/framework.hpp 2011-03-20 22:20:24 EDT (Sun, 20 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_VALUE_ADAPTER_ER_2010_HPP
-#define BOOST_ASSIGN_V2_VALUE_ADAPTER_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_FRAMEWORK_ER_2010_HPP
+#define BOOST_ASSIGN_V2_FRAMEWORK_ER_2010_HPP
 #include <boost/assign/v2/framework/crtp.hpp>
 #include <boost/assign/v2/framework/modifier.hpp>
 #include <boost/assign/v2/framework/replace_parameter.hpp>
 
-#endif // BOOST_ASSIGN_V2_VALUE_ADAPTER_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_FRAMEWORK_ADAPTER_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/framework/as_arg_list.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/framework/as_arg_list.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/framework/as_arg_list.hpp 2011-03-20 22:20:24 EDT (Sun, 20 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_VALUE_ADAPTER_AS_ARG_LIST_ER_2010_HPP
-#define BOOST_ASSIGN_V2_VALUE_ADAPTER_AS_ARG_LIST_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_FRAMEWORK_AS_ARG_LIST_ER_2010_HPP
+#define BOOST_ASSIGN_V2_FRAMEWORK_AS_ARG_LIST_ER_2010_HPP
 #include <boost/assign/v2/detail/pp/ignore.hpp>
 #include <boost/range/iterator.hpp>
 #include <boost/range/iterator_range.hpp>
@@ -83,4 +83,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_VALUE_ADAPTER_AS_ARG_LIST_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_FRAMEWORK_AS_ARG_LIST_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/framework/crtp.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/framework/crtp.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/framework/crtp.hpp 2011-03-20 22:20:24 EDT (Sun, 20 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_VALUE_ADAPTER_CRTP_ER_2010_HPP
-#define BOOST_ASSIGN_V2_VALUE_ADAPTER_CRTP_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_FRAMEWORK_CRTP_ER_2010_HPP
+#define BOOST_ASSIGN_V2_FRAMEWORK_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>
@@ -294,4 +294,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_VALUE_ADAPTER_CRTP_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_FRAMEWORK_CRTP_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/framework/fwd.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/framework/fwd.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/framework/fwd.hpp 2011-03-20 22:20:24 EDT (Sun, 20 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_VALUE_ADAPTER_FWD_ER_2010_HPP
-#define BOOST_ASSIGN_V2_VALUE_ADAPTER_FWD_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_FRAMEWORK_FWD_ER_2010_HPP
+#define BOOST_ASSIGN_V2_FRAMEWORK__FWD_ER_2010_HPP
 
 namespace boost{
 namespace assign{
@@ -23,5 +23,5 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_VALUE_ADAPTER_FWD_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_FRAMEWORK__FWD_ER_2010_HPP
 

Modified: sandbox/assign_v2/boost/assign/v2/framework/modifier.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/framework/modifier.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/framework/modifier.hpp 2011-03-20 22:20:24 EDT (Sun, 20 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_VALUE_ADAPTER_MODIFIER_ER_2010_HPP
-#define BOOST_ASSIGN_V2_VALUE_ADAPTER_MODIFIER_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_FRAMEWORK_MODIFIER_ER_2010_HPP
+#define BOOST_ASSIGN_V2_FRAMEWORK_MODIFIER_ER_2010_HPP
 #include <boost/assign/v2/detail/pp/ignore.hpp>
 #include <boost/concept_check.hpp>
 
@@ -46,4 +46,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_VALUE_ADAPTER_MODIFIER_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_FRAMEWORK_MODIFIER_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/framework/replace_parameter.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/framework/replace_parameter.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/framework/replace_parameter.hpp 2011-03-20 22:20:24 EDT (Sun, 20 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_VALUE_ADAPTER_REPLACE_PARAMETER_ER_2010_HPP
-#define BOOST_ASSIGN_V2_VALUE_ADAPTER_REPLACE_PARAMETER_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_FRAMEWORK_REPLACE_PARAMETER_ER_2010_HPP
+#define BOOST_ASSIGN_V2_FRAMEWORK_REPLACE_PARAMETER_ER_2010_HPP
 #include <boost/assign/v2/detail/pp/ignore.hpp>
 #include <boost/mpl/apply.hpp>
 
@@ -36,4 +36,4 @@
 }// assign
 }// boost
     
-#endif // BOOST_ASSIGN_V2_VALUE_ADAPTER_REPLACE_PARAMETER_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_FRAMEWORK_REPLACE_PARAMETER_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/modifier.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/modifier.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/modifier.hpp 2011-03-20 22:20:24 EDT (Sun, 20 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_VALUE_MODIFIER_ER_2010_HPP
-#define BOOST_ASSIGN_V2_VALUE_MODIFIER_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_MODIFIER_ER_2010_HPP
+#define BOOST_ASSIGN_V2_MODIFIER_ER_2010_HPP
 #include <boost/assign/v2/modifier/iterate.hpp>
 #include <boost/assign/v2/modifier/lookup.hpp>
 #include <boost/assign/v2/modifier/modulo.hpp>
 #include <boost/assign/v2/modifier/repeat.hpp>
 #include <boost/assign/v2/modifier/standard.hpp>
 
-#endif // BOOST_ASSIGN_V2_VALUE_MODIFIER_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_MODIFIER_ER_2010_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-03-20 22:20:24 EDT (Sun, 20 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_VALUE_PUT_ER_2010_HPP
-#define BOOST_ASSIGN_V2_VALUE_PUT_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_PUT_PUT_ER_2010_HPP
+#define BOOST_ASSIGN_V2_PUT_PUT_ER_2010_HPP
 #include <boost/assign/v2/value/adapter/crtp.hpp>
 #include <boost/assign/v2/value/adapter/modifier.hpp>
 #include <boost/assign/v2/value/adapter/replace_parameter.hpp>
@@ -99,4 +99,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_VALUE_PUT_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_PUT_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