$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r69719 - sandbox/assign_v2/boost/assign/v2/put/frame
From: erwann.rogard_at_[hidden]
Date: 2011-03-08 12:31:28
Author: e_r
Date: 2011-03-08 12:31:27 EST (Tue, 08 Mar 2011)
New Revision: 69719
URL: http://svn.boost.org/trac/boost/changeset/69719
Log:
upd assign_v2
Added:
   sandbox/assign_v2/boost/assign/v2/put/frame/replace_parameter.hpp   (contents, props changed)
Added: sandbox/assign_v2/boost/assign/v2/put/frame/replace_parameter.hpp
==============================================================================
--- (empty file)
+++ sandbox/assign_v2/boost/assign/v2/put/frame/replace_parameter.hpp	2011-03-08 12:31:27 EST (Tue, 08 Mar 2011)
@@ -0,0 +1,36 @@
+//////////////////////////////////////////////////////////////////////////////
+//  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_FRAME_REPLACE_PARAMETER_ER_2010_HPP
+#define BOOST_ASSIGN_V2_PUT_FRAME_REPLACE_PARAMETER_ER_2010_HPP
+#include <boost/mpl/apply.hpp>
+
+namespace boost{
+namespace assign{
+namespace v2{
+namespace put_aux{
+                
+    template<typename /*<<Inherits crtp\<\> >>*/D> 
+    struct /*<<Meta-function class to be specialized on D>>*/replace_fun{
+        template<typename F> 
+        struct /*<<Transforms D by replacing F for D::fun_type>>*/apply{};
+    };
+
+    template<typename /*<<Inherits crtp\<\> >>*/ D> 
+    struct /*<<Meta-function class to be specialized on D>>*/ replace_modifier_tag{
+        template<typename Tag> 
+        struct /*<<Transforms D by replacing Tag for D::modifier_tag>>*/ apply{};
+    };
+    
+}// put_aux
+}// v2
+}// assign
+}// boost
+    
+#endif // BOOST_ASSIGN_V2_PUT_FRAME_REPLACE_PARAMETER_ER_2010_HPP