$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r70426 - in sandbox/assign_v2/boost/assign/v2/include: . keyword
From: erwann.rogard_at_[hidden]
Date: 2011-03-22 17:11:21
Author: e_r
Date: 2011-03-22 17:11:19 EDT (Tue, 22 Mar 2011)
New Revision: 70426
URL: http://svn.boost.org/trac/boost/changeset/70426
Log:
upd assign_v2
Text files modified: 
   sandbox/assign_v2/boost/assign/v2/include/keyword.hpp            |    25 +++++++++++++++++++++++++               
   sandbox/assign_v2/boost/assign/v2/include/keyword/data.hpp       |     6 +++---                                  
   sandbox/assign_v2/boost/assign/v2/include/keyword/insert.hpp     |     6 +++---                                  
   sandbox/assign_v2/boost/assign/v2/include/keyword/iterate.hpp    |     6 +++---                                  
   sandbox/assign_v2/boost/assign/v2/include/keyword/key.hpp        |     6 +++---                                  
   sandbox/assign_v2/boost/assign/v2/include/keyword/mapped.hpp     |     6 +++---                                  
   sandbox/assign_v2/boost/assign/v2/include/keyword/push.hpp       |     6 +++---                                  
   sandbox/assign_v2/boost/assign/v2/include/keyword/push_back.hpp  |     6 +++---                                  
   sandbox/assign_v2/boost/assign/v2/include/keyword/push_front.hpp |     6 +++---                                  
   sandbox/assign_v2/boost/assign/v2/include/keyword/repeat.hpp     |     6 +++---                                  
   10 files changed, 52 insertions(+), 27 deletions(-)
Modified: sandbox/assign_v2/boost/assign/v2/include/keyword.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/include/keyword.hpp	(original)
+++ sandbox/assign_v2/boost/assign/v2/include/keyword.hpp	2011-03-22 17:11:19 EDT (Tue, 22 Mar 2011)
@@ -0,0 +1,25 @@
+//////////////////////////////////////////////////////////////////////////////
+//  Boost.Assign v2                                                         //
+//                                                                          //
+//  Copyright (C) 2003-2004 Thorsten Ottosen                                //
+//  Copyright (C) 2010 Erwann Rogard                                        //
+//  Use, modification and distribution are subject to the                   //
+//  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_KEYWORD_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_KEYWORD_ER_2010_HPP
+#include <boost/assign/v2/include/keyword/chain.hpp>
+#include <boost/assign/v2/include/keyword/convert.hpp>
+#include <boost/assign/v2/include/keyword/csv_put.hpp>
+#include <boost/assign/v2/include/keyword/data.hpp>
+#include <boost/assign/v2/include/keyword/insert.hpp>
+#include <boost/assign/v2/include/keyword/iterate.hpp>
+#include <boost/assign/v2/include/keyword/key.hpp>
+#include <boost/assign/v2/include/keyword/mapped.hpp>
+#include <boost/assign/v2/include/keyword/push.hpp>
+#include <boost/assign/v2/include/keyword/push_back.hpp>
+#include <boost/assign/v2/include/keyword/push_front.hpp>
+#include <boost/assign/v2/include/keyword/repeat.hpp>
+
+#endif // BOOST_ASSIGN_V2_INCLUDE_KEYWORD_ER_2010_HPP
Modified: sandbox/assign_v2/boost/assign/v2/include/keyword/data.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/include/keyword/data.hpp	(original)
+++ sandbox/assign_v2/boost/assign/v2/include/keyword/data.hpp	2011-03-22 17:11:19 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_MODULO_DATA_ER_2010_HPP
-#define BOOST_ASSIGN_V2_INCLUDE_MODULO_DATA_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_INCLUDE_KEYWORD_DATA_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_KEYWORD_DATA_ER_2010_HPP
 #include <boost/assign/v2/option/data.hpp>
 
-#endif // BOOST_ASSIGN_V2_INCLUDE_MODULO_DATA_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_INCLUDE_KEYWORD_DATA_ER_2010_HPP
Modified: sandbox/assign_v2/boost/assign/v2/include/keyword/insert.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/include/keyword/insert.hpp	(original)
+++ sandbox/assign_v2/boost/assign/v2/include/keyword/insert.hpp	2011-03-22 17:11:19 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_MODULO_INSERT_ER_2010_HPP
-#define BOOST_ASSIGN_V2_INCLUDE_MODULO_INSERT_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_INCLUDE_KEYWORD_INSERT_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_KEYWORD_INSERT_ER_2010_HPP
 #include <boost/assign/v2/option/insert.hpp>
 
-#endif // BOOST_ASSIGN_V2_INCLUDE_MODULO_INSERT_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_INCLUDE_KEYWORD_INSERT_ER_2010_HPP
Modified: sandbox/assign_v2/boost/assign/v2/include/keyword/iterate.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/include/keyword/iterate.hpp	(original)
+++ sandbox/assign_v2/boost/assign/v2/include/keyword/iterate.hpp	2011-03-22 17:11:19 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_MODULO_ITERATE_ER_2010_HPP
-#define BOOST_ASSIGN_V2_INCLUDE_MODULO_ITERATE_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_INCLUDE_KEYWORD_ITERATE_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_KEYWORD_ITERATE_ER_2010_HPP
 #include <boost/assign/v2/option/iterate.hpp>
 
-#endif // BOOST_ASSIGN_V2_INCLUDE_MODULO_ITERATE_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_INCLUDE_KEYWORD_ITERATE_ER_2010_HPP
Modified: sandbox/assign_v2/boost/assign/v2/include/keyword/key.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/include/keyword/key.hpp	(original)
+++ sandbox/assign_v2/boost/assign/v2/include/keyword/key.hpp	2011-03-22 17:11:19 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_MODULO_KEY_ER_2010_HPP
-#define BOOST_ASSIGN_V2_INCLUDE_MODULO_KEY_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_INCLUDE_KEYWORD_KEY_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_KEYWORD_KEY_ER_2010_HPP
 #include <boost/assign/v2/option/key.hpp>
 
-#endif // BOOST_ASSIGN_V2_INCLUDE_MODULO_KEY_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_INCLUDE_KEYWORD_KEY_ER_2010_HPP
Modified: sandbox/assign_v2/boost/assign/v2/include/keyword/mapped.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/include/keyword/mapped.hpp	(original)
+++ sandbox/assign_v2/boost/assign/v2/include/keyword/mapped.hpp	2011-03-22 17:11:19 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_MODULO_MAPPED_ER_2010_HPP
-#define BOOST_ASSIGN_V2_INCLUDE_MODULO_MAPPED_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_INCLUDE_KEYWORD_MAPPED_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_KEYWORD_MAPPED_ER_2010_HPP
 #include <boost/assign/v2/option/mapped.hpp>
 
-#endif // BOOST_ASSIGN_V2_INCLUDE_MODULO_MAPPED_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_INCLUDE_KEYWORD_MAPPED_ER_2010_HPP
Modified: sandbox/assign_v2/boost/assign/v2/include/keyword/push.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/include/keyword/push.hpp	(original)
+++ sandbox/assign_v2/boost/assign/v2/include/keyword/push.hpp	2011-03-22 17:11:19 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_MODULO_PUSH_ER_2010_HPP
-#define BOOST_ASSIGN_V2_INCLUDE_MODULO_PUSH_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_INCLUDE_KEYWORD_PUSH_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_KEYWORD_PUSH_ER_2010_HPP
 #include <boost/assign/v2/option/push.hpp>
 
-#endif // BOOST_ASSIGN_V2_INCLUDE_MODULO_PUSH_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_INCLUDE_KEYWORD_PUSH_ER_2010_HPP
Modified: sandbox/assign_v2/boost/assign/v2/include/keyword/push_back.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/include/keyword/push_back.hpp	(original)
+++ sandbox/assign_v2/boost/assign/v2/include/keyword/push_back.hpp	2011-03-22 17:11:19 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_MODULO_PUSH_BACK_ER_2010_HPP
-#define BOOST_ASSIGN_V2_INCLUDE_MODULO_PUSH_BACK_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_INCLUDE_KEYWORD_PUSH_BACK_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_KEYWORD_PUSH_BACK_ER_2010_HPP
 #include <boost/assign/v2/option/push_back.hpp>
 
-#endif // BOOST_ASSIGN_V2_INCLUDE_MODULO_PUSH_BACK_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_INCLUDE_KEYWORD_PUSH_BACK_ER_2010_HPP
Modified: sandbox/assign_v2/boost/assign/v2/include/keyword/push_front.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/include/keyword/push_front.hpp	(original)
+++ sandbox/assign_v2/boost/assign/v2/include/keyword/push_front.hpp	2011-03-22 17:11:19 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_MODULO_PUSH_FRONT_ER_2010_HPP
-#define BOOST_ASSIGN_V2_INCLUDE_MODULO_PUSH_FRONT_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_INCLUDE_KEYWORD_PUSH_FRONT_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_KEYWORD_PUSH_FRONT_ER_2010_HPP
 #include <boost/assign/v2/option/push_front.hpp>
 
-#endif // BOOST_ASSIGN_V2_INCLUDE_MODULO_PUSH_FRONT_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_INCLUDE_KEYWORD_PUSH_FRONT_ER_2010_HPP
Modified: sandbox/assign_v2/boost/assign/v2/include/keyword/repeat.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/include/keyword/repeat.hpp	(original)
+++ sandbox/assign_v2/boost/assign/v2/include/keyword/repeat.hpp	2011-03-22 17:11:19 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_MODULO_REPEAT_ER_2010_HPP
-#define BOOST_ASSIGN_V2_INCLUDE_MODULO_REPEAT_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_INCLUDE_KEYWORD_REPEAT_ER_2010_HPP
+#define BOOST_ASSIGN_V2_INCLUDE_KEYWORD_REPEAT_ER_2010_HPP
 #include <boost/assign/v2/option/repeat.hpp>
 
-#endif // BOOST_ASSIGN_V2_INCLUDE_MODULO_REPEAT_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_INCLUDE_KEYWORD_REPEAT_ER_2010_HPP