Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r69714 - sandbox/assign_v2/boost/assign/v2/put/container/functor
From: erwann.rogard_at_[hidden]
Date: 2011-03-08 12:27:55


Author: e_r
Date: 2011-03-08 12:27:53 EST (Tue, 08 Mar 2011)
New Revision: 69714
URL: http://svn.boost.org/trac/boost/changeset/69714

Log:
upd assign_v2
Text files modified:
   sandbox/assign_v2/boost/assign/v2/put/container/functor/replace.hpp | 40 +---------------------------------------
   sandbox/assign_v2/boost/assign/v2/put/container/functor/result_of.hpp | 2 +-
   2 files changed, 2 insertions(+), 40 deletions(-)

Modified: sandbox/assign_v2/boost/assign/v2/put/container/functor/replace.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/put/container/functor/replace.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/put/container/functor/replace.hpp 2011-03-08 12:27:53 EST (Tue, 08 Mar 2011)
@@ -1,39 +1 @@
-//////////////////////////////////////////////////////////////////////////////
-// 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_PUT_CONTAINER_FUNCTOR_REPLACE_ER_2010_HPP
-#define BOOST_ASSIGN_V2_PUT_CONTAINER_FUNCTOR_REPLACE_ER_2010_HPP
-#include <boost/assign/v2/put/frame/replace.hpp>
-#include <boost/assign/v2/put/container/functor/fwd.hpp>
-
-namespace boost{
-namespace assign{
-namespace v2{
-namespace put_aux{
-
- template<typename C,typename F, typename Tag>
- struct replace_fun< put_aux::adapter<C, F, Tag> >
- {
- template<typename F1>
- struct apply{ typedef put_aux::adapter<C, F1, Tag> type; };
- };
-
- template<typename C, typename F, typename Tag>
- struct replace_modifier_tag< put_aux::adapter<C, F, Tag> >
- {
- template<typename Tag1>
- struct apply{ typedef put_aux::adapter<C, F, Tag1> type; };
- };
-
-}// result_of_modulo
-}// v2
-}// assign
-}// boost
-
-#endif // BOOST_ASSIGN_V2_PUT_CONTAINER_FUNCTOR_REPLACE_ER_2010_HPP
+// TODO remove file
\ No newline at end of file

Modified: sandbox/assign_v2/boost/assign/v2/put/container/functor/result_of.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/put/container/functor/result_of.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/put/container/functor/result_of.hpp 2011-03-08 12:27:53 EST (Tue, 08 Mar 2011)
@@ -10,7 +10,7 @@
 #ifndef BOOST_ASSIGN_V2_PUT_CONTAINER_FUNCTOR_RESULT_OF_ER_2010_HPP
 #define BOOST_ASSIGN_V2_PUT_CONTAINER_FUNCTOR_RESULT_OF_ER_2010_HPP
 #include <boost/assign/v2/put/deduce/fun.hpp>
-#include <boost/assign/v2/put/deduce/modifier_tag.hpp>
+#include <boost/assign/v2/put/deduce/modifier/tag.hpp>
 #include <boost/assign/v2/put/container/functor/fwd.hpp>
 
 namespace boost{


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