$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r70468 - in sandbox/assign_v2/libs/assign/v2/test: . put
From: erwann.rogard_at_[hidden]
Date: 2011-03-22 22:07:33
Author: e_r
Date: 2011-03-22 22:07:31 EDT (Tue, 22 Mar 2011)
New Revision: 70468
URL: http://svn.boost.org/trac/boost/changeset/70468
Log:
upd assign_v2
Added:
   sandbox/assign_v2/libs/assign/v2/test/pipe.cpp
      - copied unchanged from r70466, /sandbox/assign_v2/libs/assign/v2/test/put/pipe.cpp
   sandbox/assign_v2/libs/assign/v2/test/pipe.h
      - copied unchanged from r70466, /sandbox/assign_v2/libs/assign/v2/test/put/pipe.h
Removed:
   sandbox/assign_v2/libs/assign/v2/test/put/pipe.cpp
   sandbox/assign_v2/libs/assign/v2/test/put/pipe.h
Deleted: sandbox/assign_v2/libs/assign/v2/test/put/pipe.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/pipe.cpp	2011-03-22 22:07:31 EDT (Tue, 22 Mar 2011)
+++ (empty file)
@@ -1,27 +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 <libs/assign/v2/test/put/pipe/csv_put.h>
-#include <libs/assign/v2/test/put/pipe/option.h>
-#include <libs/assign/v2/test/put/pipe.h>
-
-namespace test_assign_v2{
-namespace xxx_put{
-namespace xxx_pipe{
-
-    void test()
-    {
-        xxx_csv_put::test();
-        xxx_option::test();
-    }
-
-}// xxx_pipe
-}// xxx_put
-}// xxx_test_assign
-
Deleted: sandbox/assign_v2/libs/assign/v2/test/put/pipe.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/pipe.h	2011-03-22 22:07:31 EDT (Tue, 22 Mar 2011)
+++ (empty file)
@@ -1,24 +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_PUT_PIPE_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_PUT_PIPE_ER_2010_H
-
-namespace test_assign_v2{
-namespace xxx_put{
-namespace xxx_pipe{
-
-    void test();
-
-}// xxx_pipe
-}// xxx_put
-}// xxx_test_assign
-
-#endif // LIBS_ASSIGN_V2_TEST_PUT_PIPE_ER_2010_H
-