Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r70459 - sandbox/assign_v2/boost/assign/v2/pipe/put
From: erwann.rogard_at_[hidden]
Date: 2011-03-22 21:51:43


Author: e_r
Date: 2011-03-22 21:51:42 EDT (Tue, 22 Mar 2011)
New Revision: 70459
URL: http://svn.boost.org/trac/boost/changeset/70459

Log:
upd assign_v2
Removed:
   sandbox/assign_v2/boost/assign/v2/pipe/put/arg_list.hpp
Text files modified:
   sandbox/assign_v2/boost/assign/v2/pipe/put/csv_put.hpp | 10 +++++-----
   sandbox/assign_v2/boost/assign/v2/pipe/put/option_traits.hpp | 8 ++++----
   2 files changed, 9 insertions(+), 9 deletions(-)

Deleted: sandbox/assign_v2/boost/assign/v2/pipe/put/arg_list.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/pipe/put/arg_list.hpp 2011-03-22 21:51:42 EDT (Tue, 22 Mar 2011)
+++ (empty file)
@@ -1,2 +0,0 @@
-// TODO remove file
-

Modified: sandbox/assign_v2/boost/assign/v2/pipe/put/csv_put.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/pipe/put/csv_put.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/pipe/put/csv_put.hpp 2011-03-22 21:51:42 EDT (Tue, 22 Mar 2011)
@@ -7,15 +7,15 @@
 // 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_PIPE_CSV_PUT_HPP_ER_2010
-#define BOOST_ASSIGN_V2_PUT_PIPE_CSV_PUT_HPP_ER_2010
+#ifndef BOOST_ASSIGN_V2_PIPE_PUT_CSV_PUT_HPP_ER_2010
+#define BOOST_ASSIGN_V2_PIPE_PUT_CSV_PUT_HPP_ER_2010
 #include <boost/assign/v2/detail/config/enable_cpp0x.hpp>
 #include <boost/assign/v2/ref/array/as_arg_list.hpp>
 #include <boost/assign/v2/ref/array/csv_array.hpp>
 #include <boost/assign/v2/ref/aux_/list/as_modulo_list.hpp>
 #include <boost/assign/v2/ref/wrapper/copy.hpp>
-#include <boost/assign/v2/put/pipe/option_traits.hpp>
-#include <boost/assign/v2/put/put.hpp>
+#include <boost/assign/v2/pipe/put/option_traits.hpp>
+#include <boost/assign/v2/put.hpp>
 #include <boost/mpl/apply.hpp>
 #include <boost/mpl/vector/vector0.hpp>
 #include <boost/mpl/size.hpp>
@@ -230,5 +230,5 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_PUT_PIPE_CSV_PUT_HPP_ER_2010
+#endif // BOOST_ASSIGN_V2_PIPE_PUT_CSV_PUT_HPP_ER_2010
 

Modified: sandbox/assign_v2/boost/assign/v2/pipe/put/option_traits.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/pipe/put/option_traits.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/pipe/put/option_traits.hpp 2011-03-22 21:51:42 EDT (Tue, 22 Mar 2011)
@@ -1,4 +1,4 @@
-//////////////////////////////////////////////////////////////////////////////
+PIPE_PUT//////////////////////////////////////////////////////////////////////////////
 // Boost.Assign v2 //
 // //
 // Copyright (C) 2003-2004 Thorsten Ottosen //
@@ -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_PIPE_OPTION_TRAITS_ER_2010_HPP
-#define BOOST_ASSIGN_V2_PUT_PIPE_OPTION_TRAITS_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_PIPE_PUT_OPTION_TRAITS_ER_2010_HPP
+#define BOOST_ASSIGN_V2_PIPE_PUT_OPTION_TRAITS_ER_2010_HPP
 #include <boost/assign/v2/ref/aux_/list/as_modulo_list.hpp>
 #include <boost/assign/v2/ref/aux_/list/list.hpp>
 #include <boost/mpl/apply.hpp>
@@ -46,4 +46,4 @@
 }// assign
 }// boost
 
-#endif // BOOST_ASSIGN_V2_PUT_PIPE_OPTION_TRAITS_ER_2010_HPP
+#endif // BOOST_ASSIGN_V2_PIPE_PUT_OPTION_TRAITS_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