Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r70465 - sandbox/assign_v2/boost/assign/v2/pipe
From: erwann.rogard_at_[hidden]
Date: 2011-03-22 21:59:07


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

Log:
upd assign_v2
Added:
   sandbox/assign_v2/boost/assign/v2/pipe/option_traits.hpp
      - copied unchanged from r70464, /sandbox/assign_v2/boost/assign/v2/pipe/option_trais.hpp
Removed:
   sandbox/assign_v2/boost/assign/v2/pipe/option_trais.hpp
Text files modified:
   sandbox/assign_v2/boost/assign/v2/pipe/csv_put.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/assign_v2/boost/assign/v2/pipe/csv_put.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/pipe/csv_put.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/pipe/csv_put.hpp 2011-03-22 21:59:05 EDT (Tue, 22 Mar 2011)
@@ -14,7 +14,7 @@
 #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/pipe/put/option_traits.hpp>
+#include <boost/assign/v2/pipe/option_traits.hpp>
 #include <boost/assign/v2/put.hpp>
 #include <boost/mpl/apply.hpp>
 #include <boost/mpl/vector/vector0.hpp>

Deleted: sandbox/assign_v2/boost/assign/v2/pipe/option_trais.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/pipe/option_trais.hpp 2011-03-22 21:59:05 EDT (Tue, 22 Mar 2011)
+++ (empty file)
@@ -1,49 +0,0 @@
-PIPE_PUT//////////////////////////////////////////////////////////////////////////////
-// 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_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>
-#include <boost/mpl/push_back.hpp>
-#include <boost/mpl/size.hpp>
-#include <boost/mpl/vector/vector0.hpp>
-
-namespace boost{
- struct use_default;
-namespace assign{
-namespace v2{
-namespace aux{
-
- typedef ::boost::mpl::vector0<> empty_option_list_;
-
- typedef ref::list_aux::size_type option_size_type;
-
- template<typename OptionList>
- struct option_traits
- {
- typedef ref::nth_result_of::list<use_default> meta_;
- typedef typename ::boost::mpl::apply1<meta_, OptionList>::type cont_;
- typedef typename ::boost::mpl::size<OptionList>::type size;
-
- template<typename O>
- struct next_option_list : ::boost::mpl::push_back<
- OptionList,
- O const&
- >{};
-
- };
-
-}// aux
-}// v2
-}// assign
-}// boost
-
-#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