Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r70414 - in sandbox/assign_v2/boost/assign/v2/include: . bitwise_or logical_and modulo
From: erwann.rogard_at_[hidden]
Date: 2011-03-22 16:29:30


Author: e_r
Date: 2011-03-22 16:29:29 EDT (Tue, 22 Mar 2011)
New Revision: 70414
URL: http://svn.boost.org/trac/boost/changeset/70414

Log:
upd assign_v2
Text files modified:
   sandbox/assign_v2/boost/assign/v2/include/bitwise_or.hpp | 4 +++-
   sandbox/assign_v2/boost/assign/v2/include/bitwise_or/chain.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/include/bitwise_or/convert.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/include/bitwise_or/csv_put.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/include/logical_and/chain.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/include/modulo.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/include/modulo/data.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/include/modulo/insert.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/include/modulo/iterate.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/include/modulo/key.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/include/modulo/mapped.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/include/modulo/push.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/include/modulo/push_back.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/include/modulo/push_front.hpp | 6 +++---
   sandbox/assign_v2/boost/assign/v2/include/modulo/repeat.hpp | 6 +++---
   15 files changed, 45 insertions(+), 43 deletions(-)

Modified: sandbox/assign_v2/boost/assign/v2/include/bitwise_or.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/include/bitwise_or.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/include/bitwise_or.hpp 2011-03-22 16:29:29 EDT (Tue, 22 Mar 2011)
@@ -9,6 +9,8 @@
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_V2_INCLUDE_BITWISE_OR_ER_2010_HPP
 #define BOOST_ASSIGN_V2_INCLUDE_BITWISE_OR_ER_2010_HPP
+#include <boost/assign/v2/include/bitwise_or/chain.hpp>
+#include <boost/assign/v2/include/bitwise_or/convert.hpp>
 #include <boost/assign/v2/include/bitwise_or/csv_put.hpp>
 
-#endif // BOOST_ASSIGN_V2_INCLUDE_OPERATOR_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_INCLUDE_BITWISE_OR_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/include/bitwise_or/chain.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/include/bitwise_or/chain.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/include/bitwise_or/chain.hpp 2011-03-22 16:29:29 EDT (Tue, 22 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_INCLUDE_CHAIN_ER_2010_HPP
-#define BOOST_ASSIGN_V2_INCLUDE_CHAIN_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_INCLUDE_BITWISE_OR_CHAIN_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_BITWISE_OR_CHAIN_ER_2010_HPP
 #include <boost/assign/v2/utility/chain/chain.hpp>
 
-#endif // BOOST_ASSIGN_V2_INCLUDE_CHAIN_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_INCLUDE_BITWISE_OR_CHAIN_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/include/bitwise_or/convert.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/include/bitwise_or/convert.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/include/bitwise_or/convert.hpp 2011-03-22 16:29:29 EDT (Tue, 22 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_INCLUDE_CONVERT_ER_2010_HPP
-#define BOOST_ASSIGN_V2_INCLUDE_CONVERT_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_INCLUDE_BITWISE_OR_CONVERT_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_BITWISE_OR_CONVERT_ER_2010_HPP
 #include <boost/assign/v2/utility/conversion/convert.hpp>
 
-#endif // BOOST_ASSIGN_V2_INCLUDE_CONVERT_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_INCLUDE_BITWISE_OR_CONVERT_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/include/bitwise_or/csv_put.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/include/bitwise_or/csv_put.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/include/bitwise_or/csv_put.hpp 2011-03-22 16:29:29 EDT (Tue, 22 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_INCLUDE_PIPE_CSV_PUT_ER_2010_HPP
-#define BOOST_ASSIGN_V2_INCLUDE_PIPE_CSV_PUT_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_INCLUDE_BITWISE_OR__CSV_PUT_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_BITWISE_OR__CSV_PUT_ER_2010_HPP
 #include <boost/assign/v2/put/pipe/csv_put.hpp>
 
-#endif // BOOST_ASSIGN_V2_INCLUDE_PIPE_CSV_PUT_ER_2010_HPP
\ No newline at end of file
+#endif // BOOST_ASSIGN_V2_INCLUDE_BITWISE_OR_CSV_PUT_ER_2010_HPP
\ No newline at end of file

Modified: sandbox/assign_v2/boost/assign/v2/include/logical_and/chain.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/include/logical_and/chain.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/include/logical_and/chain.hpp 2011-03-22 16:29:29 EDT (Tue, 22 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_INCLUDE_CHAIN_OPERATOR_ER_2010_HPP
-#define BOOST_ASSIGN_V2_INCLUDE_CHAIN_OPERATOR_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_INCLUDE_LOGICAL_AND_CHAIN_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_LOGICAL_AND_CHAIN_ER_2010_HPP
 #include <boost/assign/v2/utility/chain/operator_and.hpp>
 
-#endif // BOOST_ASSIGN_V2_INCLUDE_CHAIN_OPERATOR_ER_2010_HPP
+#endif //BOOST_ASSIGN_V2_INCLUDE_LOGICAL_AND_CHAIN_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/include/modulo.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/include/modulo.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/include/modulo.hpp 2011-03-22 16:29:29 EDT (Tue, 22 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_INCLUDE_OPERATOR_MODULUS_ER_2010_HPP
-#define BOOST_ASSIGN_V2_INCLUDE_OPERATOR_MODULUS_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_INCLUDE_MODULO_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_MODULO_ER_2010_HPP
 #include <boost/assign/v2/include/operator/modulus/data.hpp>
 #include <boost/assign/v2/include/operator/modulus/key.hpp>
 #include <boost/assign/v2/include/operator/modulus/insert.hpp>
@@ -19,4 +19,4 @@
 #include <boost/assign/v2/include/operator/modulus/push_front.hpp>
 #include <boost/assign/v2/include/operator/modulus/repeat.hpp>
 
-#endif // BOOST_ASSIGN_V2_INCLUDE_OPERATOR_MODULUS_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_INCLUDE_MODULO_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/include/modulo/data.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/include/modulo/data.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/include/modulo/data.hpp 2011-03-22 16:29:29 EDT (Tue, 22 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_INCLUDE_OPERATOR_MODULUS_DATA_ER_2010_HPP
-#define BOOST_ASSIGN_V2_INCLUDE_OPERATOR_MODULUS_DATA_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_INCLUDE_MODULO_DATA_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_MODULO_DATA_ER_2010_HPP
 #include <boost/assign/v2/option/data.hpp>
 
-#endif // BOOST_ASSIGN_V2_INCLUDE_OPERATOR_MODULUS_DATA_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_INCLUDE_MODULO_DATA_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/include/modulo/insert.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/include/modulo/insert.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/include/modulo/insert.hpp 2011-03-22 16:29:29 EDT (Tue, 22 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_INCLUDE_OPERATOR_MODULUS_INSERT_ER_2010_HPP
-#define BOOST_ASSIGN_V2_INCLUDE_OPERATOR_MODULUS_INSERT_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_INCLUDE_MODULO_INSERT_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_MODULO_INSERT_ER_2010_HPP
 #include <boost/assign/v2/option/insert.hpp>
 
-#endif // BOOST_ASSIGN_V2_INCLUDE_OPERATOR_MODULUS_INSERT_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_INCLUDE_MODULO_INSERT_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/include/modulo/iterate.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/include/modulo/iterate.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/include/modulo/iterate.hpp 2011-03-22 16:29:29 EDT (Tue, 22 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_INCLUDE_OPERATOR_MODULUS_ITERATE_ER_2010_HPP
-#define BOOST_ASSIGN_V2_INCLUDE_OPERATOR_MODULUS_ITERATE_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_INCLUDE_MODULO_ITERATE_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_MODULO_ITERATE_ER_2010_HPP
 #include <boost/assign/v2/option/iterate.hpp>
 
-#endif // BOOST_ASSIGN_V2_INCLUDE_OPERATOR_MODULUS_ITERATE_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_INCLUDE_MODULO_ITERATE_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/include/modulo/key.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/include/modulo/key.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/include/modulo/key.hpp 2011-03-22 16:29:29 EDT (Tue, 22 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_INCLUDE_OPERATOR_MODULUS_KEY_ER_2010_HPP
-#define BOOST_ASSIGN_V2_INCLUDE_OPERATOR_MODULUS_KEY_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_INCLUDE_MODULO_KEY_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_MODULO_KEY_ER_2010_HPP
 #include <boost/assign/v2/option/key.hpp>
 
-#endif // BOOST_ASSIGN_V2_INCLUDE_OPERATOR_MODULUS_KEY_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_INCLUDE_MODULO_KEY_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/include/modulo/mapped.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/include/modulo/mapped.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/include/modulo/mapped.hpp 2011-03-22 16:29:29 EDT (Tue, 22 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_INCLUDE_OPERATOR_MODULUS_MAPPED_ER_2010_HPP
-#define BOOST_ASSIGN_V2_INCLUDE_OPERATOR_MODULUS_MAPPED_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_INCLUDE_MODULO_MAPPED_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_MODULO_MAPPED_ER_2010_HPP
 #include <boost/assign/v2/option/mapped.hpp>
 
-#endif // BOOST_ASSIGN_V2_INCLUDE_OPERATOR_MODULUS_MAPPED_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_INCLUDE_MODULO_MAPPED_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/include/modulo/push.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/include/modulo/push.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/include/modulo/push.hpp 2011-03-22 16:29:29 EDT (Tue, 22 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_INCLUDE_OPERATOR_MODULUS_PUSH_ER_2010_HPP
-#define BOOST_ASSIGN_V2_INCLUDE_OPERATOR_MODULUS_PUSH_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_INCLUDE_MODULO_PUSH_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_MODULO_PUSH_ER_2010_HPP
 #include <boost/assign/v2/option/push.hpp>
 
-#endif // BOOST_ASSIGN_V2_INCLUDE_OPERATOR_MODULUS_PUSH_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_INCLUDE_MODULO_PUSH_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/include/modulo/push_back.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/include/modulo/push_back.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/include/modulo/push_back.hpp 2011-03-22 16:29:29 EDT (Tue, 22 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_INCLUDE_OPERATOR_MODULUS_PUSH_BACK_ER_2010_HPP
-#define BOOST_ASSIGN_V2_INCLUDE_OPERATOR_MODULUS_PUSH_BACK_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_INCLUDE_MODULO_PUSH_BACK_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_MODULO_PUSH_BACK_ER_2010_HPP
 #include <boost/assign/v2/option/push_back.hpp>
 
-#endif // BOOST_ASSIGN_V2_INCLUDE_OPERATOR_MODULUS_PUSH_BACK_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_INCLUDE_MODULO_PUSH_BACK_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/include/modulo/push_front.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/include/modulo/push_front.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/include/modulo/push_front.hpp 2011-03-22 16:29:29 EDT (Tue, 22 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_INCLUDE_OPERATOR_MODULUS_PUSH_FRONT_ER_2010_HPP
-#define BOOST_ASSIGN_V2_INCLUDE_OPERATOR_MODULUS_PUSH_FRONT_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_INCLUDE_MODULO_PUSH_FRONT_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_MODULO_PUSH_FRONT_ER_2010_HPP
 #include <boost/assign/v2/option/push_front.hpp>
 
-#endif // BOOST_ASSIGN_V2_INCLUDE_OPERATOR_MODULUS_PUSH_FRONT_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_INCLUDE_MODULO_PUSH_FRONT_ER_2010_HPP

Modified: sandbox/assign_v2/boost/assign/v2/include/modulo/repeat.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/include/modulo/repeat.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/include/modulo/repeat.hpp 2011-03-22 16:29:29 EDT (Tue, 22 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_INCLUDE_OPERATOR_MODULUS_REPEAT_ER_2010_HPP
-#define BOOST_ASSIGN_V2_INCLUDE_OPERATOR_MODULUS_REPEAT_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_INCLUDE_MODULO_REPEAT_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_MODULO_REPEAT_ER_2010_HPP
 #include <boost/assign/v2/option/repeat.hpp>
 
-#endif // BOOST_ASSIGN_V2_INCLUDE_OPERATOR_MODULUS_REPEAT_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_INCLUDE_MODULO_REPEAT_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