Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r69647 - sandbox/assign_v2/boost/assign/v2/put/modulo
From: erwann.rogard_at_[hidden]
Date: 2011-03-07 20:29:17


Author: e_r
Date: 2011-03-07 20:29:14 EST (Mon, 07 Mar 2011)
New Revision: 69647
URL: http://svn.boost.org/trac/boost/changeset/69647

Log:
upd assign_v2
Removed:
   sandbox/assign_v2/boost/assign/v2/put/modulo/ext.hpp
   sandbox/assign_v2/boost/assign/v2/put/modulo/fun_modifier.hpp
   sandbox/assign_v2/boost/assign/v2/put/modulo/std.hpp

Deleted: sandbox/assign_v2/boost/assign/v2/put/modulo/ext.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/put/modulo/ext.hpp 2011-03-07 20:29:14 EST (Mon, 07 Mar 2011)
+++ (empty file)
@@ -1,19 +0,0 @@
-// TODO remove file
-/*
-//////////////////////////////////////////////////////////////////////////////
-// 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_MODULO_EXT_ER_2010_HPP
-#define BOOST_ASSIGN_V2_PUT_MODULO_EXT_ER_2010_HPP
-
-#include <boost/assign/v2/put/modulo/ext/frame.hpp>
-#include <boost/assign/v2/put/modulo/ext/xxx.hpp>
-
-#endif
-*/
\ No newline at end of file

Deleted: sandbox/assign_v2/boost/assign/v2/put/modulo/fun_modifier.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/put/modulo/fun_modifier.hpp 2011-03-07 20:29:14 EST (Mon, 07 Mar 2011)
+++ (empty file)
@@ -1,41 +0,0 @@
-// TODO remove file
-/*
-//////////////////////////////////////////////////////////////////////////////
-// 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_MODULO_FUN_MODIFIER_ER_2010_HPP
-#define BOOST_ASSIGN_V2_PUT_MODULO_FUN_MODIFIER_ER_2010_HPP
-#include <boost/mpl/apply.hpp>
-#include <boost/assign/v2/put/modulo/fun.hpp>
-#include <boost/assign/v2/put/modulo/modifier.hpp>
-
-namespace boost{
-namespace assign{
-namespace v2{
-namespace result_of_modulo{
-
- template<typename T> struct fun_modifier
- {
- template<typename F, typename Tag>
- struct apply
- {
- typedef result_of_modulo::fun<T> meta_fun_;
- typedef typename ::boost::mpl::apply1< meta_fun_, F>::type new_t_;
- typedef result_of_modulo::modifier<new_t_> modifier_;
- typedef typename ::boost::mpl::apply1< modifier_, Tag>::type type;
- };
- };
-
-}// result_of_modulo
-}// v2
-}// assign
-}// boost
-
-#endif
-*/
\ No newline at end of file

Deleted: sandbox/assign_v2/boost/assign/v2/put/modulo/std.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/put/modulo/std.hpp 2011-03-07 20:29:14 EST (Mon, 07 Mar 2011)
+++ (empty file)
@@ -1,19 +0,0 @@
-// TODO remove file
-/*
-//////////////////////////////////////////////////////////////////////////////
-// 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_MODULO_STD_ER_2010_HPP
-#define BOOST_ASSIGN_V2_PUT_MODULO_STD_ER_2010_HPP
-
-#include <boost/assign/v2/put/modulo/std/frame.hpp>
-#include <boost/assign/v2/put/modulo/std/xxx.hpp>
-
-#endif
-*/
\ 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