Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r69983 - sandbox/assign_v2/boost/assign/v2/utility/chain
From: erwann.rogard_at_[hidden]
Date: 2011-03-14 17:05:40


Author: e_r
Date: 2011-03-14 17:05:39 EDT (Mon, 14 Mar 2011)
New Revision: 69983
URL: http://svn.boost.org/trac/boost/changeset/69983

Log:
upd assign_v2
Removed:
   sandbox/assign_v2/boost/assign/v2/utility/chain/adaptor.hpp
   sandbox/assign_v2/boost/assign/v2/utility/chain/range.hpp
   sandbox/assign_v2/boost/assign/v2/utility/chain/result.hpp
   sandbox/assign_v2/boost/assign/v2/utility/chain/use_const.hpp
Text files modified:
   sandbox/assign_v2/boost/assign/v2/utility/chain/chain.hpp | 8 +++-----
   1 files changed, 3 insertions(+), 5 deletions(-)

Deleted: sandbox/assign_v2/boost/assign/v2/utility/chain/adaptor.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/utility/chain/adaptor.hpp 2011-03-14 17:05:39 EDT (Mon, 14 Mar 2011)
+++ (empty file)
@@ -1 +0,0 @@
-// TODO remove file
\ No newline at end of file

Modified: sandbox/assign_v2/boost/assign/v2/utility/chain/chain.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/utility/chain/chain.hpp (original)
+++ sandbox/assign_v2/boost/assign/v2/utility/chain/chain.hpp 2011-03-14 17:05:39 EDT (Mon, 14 Mar 2011)
@@ -9,16 +9,14 @@
 // 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_CHAIN_PIPE_ER_2010_HPP
-#define BOOST_ASSIGN_V2_CHAIN_PIPE_ER_2010_HPP
+#ifndef BOOST_ASSIGN_V2_CHAIN_CHAIN_ER_2010_HPP
+#define BOOST_ASSIGN_V2_CHAIN_CHAIN_ER_2010_HPP
 #include <boost/assign/v2/utility/chain/meta.hpp>
 #include <boost/mpl/void.hpp>
 
 // Design:
 // - Original design was boost::chain in RangeEx (later joined)
-// - ER modified as follows:
-// - sets the underlying iterator's Reference to one which both inputs are
-// convertible to, and is lvalue-preserving
+// - ER : lvalue-preserving
 // - Finally, MPG proposed a way to compose chains http://gist.github.com/287791
 
 namespace boost{

Deleted: sandbox/assign_v2/boost/assign/v2/utility/chain/range.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/utility/chain/range.hpp 2011-03-14 17:05:39 EDT (Mon, 14 Mar 2011)
+++ (empty file)
@@ -1 +0,0 @@
-// TODO remove file
\ No newline at end of file

Deleted: sandbox/assign_v2/boost/assign/v2/utility/chain/result.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/utility/chain/result.hpp 2011-03-14 17:05:39 EDT (Mon, 14 Mar 2011)
+++ (empty file)
@@ -1 +0,0 @@
-//TODO remove file
\ No newline at end of file

Deleted: sandbox/assign_v2/boost/assign/v2/utility/chain/use_const.hpp
==============================================================================
--- sandbox/assign_v2/boost/assign/v2/utility/chain/use_const.hpp 2011-03-14 17:05:39 EDT (Mon, 14 Mar 2011)
+++ (empty file)
@@ -1 +0,0 @@
-// 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