Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r69713 - sandbox/assign_v2/boost/assign/v2/put/frame
From: erwann.rogard_at_[hidden]
Date: 2011-03-08 12:26:56


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

Log:
upd assign_v2
Text files modified:
   sandbox/assign_v2/boost/assign/v2/put/frame/replace.hpp | 37 +------------------------------------
   1 files changed, 1 insertions(+), 36 deletions(-)

Modified: sandbox/assign_v2/boost/assign/v2/put/frame/replace.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/put/frame/replace.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/put/frame/replace.hpp 2011-03-08 12:26:54 EST (Tue, 08 Mar 2011)
@@ -1,36 +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_FRAME_REPLACE_ER_2010_HPP
-#define BOOST_ASSIGN_V2_PUT_FRAME_REPLACE_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
+// TODO remove file
\ No newline at end of file


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