|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r69834 - in sandbox/assign_v2/libs/assign/v2/test/put/pipe: . modifier
From: erwann.rogard_at_[hidden]
Date: 2011-03-10 17:35:07
Author: e_r
Date: 2011-03-10 17:35:05 EST (Thu, 10 Mar 2011)
New Revision: 69834
URL: http://svn.boost.org/trac/boost/changeset/69834
Log:
upd assign_v2
Removed:
sandbox/assign_v2/libs/assign/v2/test/put/pipe/put_range.cpp
sandbox/assign_v2/libs/assign/v2/test/put/pipe/put_range.h
Text files modified:
sandbox/assign_v2/libs/assign/v2/test/put/pipe/fun.cpp | 8 +++++++-
sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/repeat.cpp | 2 ++
2 files changed, 9 insertions(+), 1 deletions(-)
Modified: sandbox/assign_v2/libs/assign/v2/test/put/pipe/fun.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/pipe/fun.cpp (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/pipe/fun.cpp 2011-03-10 17:35:05 EST (Thu, 10 Mar 2011)
@@ -7,12 +7,17 @@
// Boost Software License, Version 1.0. (See accompanying file //
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //
//////////////////////////////////////////////////////////////////////////////
+#include <cmath>
+#include <list>
#include <vector>
-#include <boost/spirit/home/phoenix.hpp>
#include <boost/assign/v2/detail/config/check.hpp>
#include <boost/assign/v2/put/modulo/fun.hpp>
#include <boost/assign/v2/put/pipe/put.hpp>
#include <boost/assign/v2/put/pipe/csv_put.hpp>
+#include <boost/function.hpp>
+#include <boost/lambda/lambda.hpp>
+#include <boost/numeric/conversion/bounds.hpp>
+#include <boost/range/algorithm/equal.hpp>
#include <libs/assign/v2/test/put/pipe/fun.h>
namespace test_assign_v2{
@@ -49,6 +54,7 @@
as2::_csv_put % ( as2::_fun = ( lambda::var(k) *= ( lambda::var(i)++ ) ) )
)()()()()(),
as2::csv_deque<int>( 2 )( 6 )( 24 )( 120 )
+ )
);
//]
}
Modified: sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/repeat.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/repeat.cpp (original)
+++ sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/repeat.cpp 2011-03-10 17:35:05 EST (Thu, 10 Mar 2011)
@@ -12,6 +12,8 @@
#include <boost/assign/v2/detail/config/check.hpp>
#include <boost/assign/v2/put/modifier/repeat.hpp>
#include <boost/assign/v2/put/pipe/put.hpp>
+#include <boost/assign/v2/put/deque.hpp>
+#include <boost/range/algorithm/equal.hpp>
#include <libs/assign/v2/test/put/pipe/modifier/repeat.h>
namespace test_assign_v2{
Deleted: sandbox/assign_v2/libs/assign/v2/test/put/pipe/put_range.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/pipe/put_range.cpp 2011-03-10 17:35:05 EST (Thu, 10 Mar 2011)
+++ (empty file)
@@ -1 +0,0 @@
-// TODO remove file
Deleted: sandbox/assign_v2/libs/assign/v2/test/put/pipe/put_range.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/pipe/put_range.h 2011-03-10 17:35:05 EST (Thu, 10 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