Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r70244 - sandbox/assign_v2/libs/assign/v2/test/value/pipe
From: erwann.rogard_at_[hidden]
Date: 2011-03-20 20:23:30


Author: e_r
Date: 2011-03-20 20:23:28 EDT (Sun, 20 Mar 2011)
New Revision: 70244
URL: http://svn.boost.org/trac/boost/changeset/70244

Log:
upd assign_v2
Added:
   sandbox/assign_v2/libs/assign/v2/test/value/pipe/csv_put.cpp
      - copied unchanged from r70241, /sandbox/assign_v2/libs/assign/v2/test/value/pipe/put.cpp
   sandbox/assign_v2/libs/assign/v2/test/value/pipe/csv_put.h
      - copied unchanged from r70168, /sandbox/assign_v2/libs/assign/v2/test/value/pipe/put.h
Removed:
   sandbox/assign_v2/libs/assign/v2/test/value/pipe/put.cpp
   sandbox/assign_v2/libs/assign/v2/test/value/pipe/put.h

Deleted: sandbox/assign_v2/libs/assign/v2/test/value/pipe/put.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/value/pipe/put.cpp 2011-03-20 20:23:28 EDT (Sun, 20 Mar 2011)
+++ (empty file)
@@ -1,49 +0,0 @@
-//////////////////////////////////////////////////////////////////////////////
-// 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) //
-//////////////////////////////////////////////////////////////////////////////
-//#include <map>
-#include <deque>
-#include <vector>
-#include <list>
-#include <string>
-#include <boost/array.hpp>
-#include <boost/assign/v2/detail/config/check.hpp>
-#include <boost/assign/v2/value/deque/csv_deque.hpp>
-#include <boost/assign/v2/value/pipe/put.hpp>
-#include <boost/assign/v2/value/pipe/csv_put.hpp>
-#include <boost/range/algorithm/for_each.hpp>
-
-#include <libs/assign/v2/test/value/pipe/put.h>
-
-namespace test_assign_v2{
-namespace xxx_value{
-namespace xxx_pipe{
-namespace xxx_put{
-
- void test(){
- using namespace boost;
- namespace as2 = assign::v2;
- {
- //[test_value_pipe_put_str_literal
- typedef const char* T; typedef std::string str_; std::deque<T> cont;
-
- BOOST_ASSIGN_V2_CHECK(
- boost::range::equal(
- cont | /*<<`"x"`, `"y"` and `"z"` are kept as `const char(&)[2]`>>*/as2::_csv_put( "x", "y", "z" ),
- as2::csv_deque<str_>( "x", "y", "z" )
- )
- );
- //]
- }
- }// test()
-
-}// xxx_put
-}// xxx_pipe
-}// xxx_value
-}// xxx_test_assign
\ No newline at end of file

Deleted: sandbox/assign_v2/libs/assign/v2/test/value/pipe/put.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/value/pipe/put.h 2011-03-20 20:23:28 EDT (Sun, 20 Mar 2011)
+++ (empty file)
@@ -1,25 +0,0 @@
-//////////////////////////////////////////////////////////////////////////////
-// 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 LIBS_ASSIGN_V2_TEST_VALUE_PIPE_PUT_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_VALUE_PIPE_PUT_ER_2010_H
-
-namespace test_assign_v2{
-namespace xxx_value{
-namespace xxx_pipe{
-namespace xxx_put{
-
- void test();
-
-}// xxx_put
-}// xxx_pipe
-}// xxx_value
-}// test_assign_v2
-
-#endif


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