$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r70339 - in sandbox/assign_v2/libs/assign/v2/test/put/pipe: . modifier optional
From: erwann.rogard_at_[hidden]
Date: 2011-03-21 14:25:49
Author: e_r
Date: 2011-03-21 14:25:48 EDT (Mon, 21 Mar 2011)
New Revision: 70339
URL: http://svn.boost.org/trac/boost/changeset/70339
Log:
upd assign_v2
Added:
   sandbox/assign_v2/libs/assign/v2/test/put/pipe/optional/
      - copied from r70338, /sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/
   sandbox/assign_v2/libs/assign/v2/test/put/pipe/optional.cpp
      - copied unchanged from r70338, /sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier.cpp
   sandbox/assign_v2/libs/assign/v2/test/put/pipe/optional.h
      - copied unchanged from r70338, /sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier.h
Removed:
   sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier/
   sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier.cpp
   sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier.h
Deleted: sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier.cpp	2011-03-21 14:25:48 EDT (Mon, 21 Mar 2011)
+++ (empty file)
@@ -1,32 +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/optional/iterate.h>
-#include <libs/assign/v2/test/put/pipe/optional/lookup.h>
-#include <libs/assign/v2/test/put/pipe/optional/repeat.h>
-#include <libs/assign/v2/test/put/pipe/optional/standard.h>
-#include <libs/assign/v2/test/put/pipe/optional.h>
-
-namespace test_assign_v2{
-namespace xxx_put{
-namespace xxx_pipe{
-namespace xxx_modifier{
-
-    void test()
-    {
-        xxx_iterate::test();
-        xxx_lookup::test();
-        xxx_repeat::test();
-        xxx_standard::test();
-    }
-
-}// xxx_modifier
-}// xxx_pipe
-}// xxx_put
-}// xxx_test_assign
Deleted: sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put/pipe/modifier.h	2011-03-21 14:25:48 EDT (Mon, 21 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_PUT_PIPE_MODIFIER_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_PUT_PIPE_MODIFIER_ER_2010_H
-
-namespace test_assign_v2{
-namespace xxx_put{
-namespace xxx_pipe{
-namespace xxx_optional{
-
-    void test();
-
-}// xxx_optional
-}// xxx_pipe
-}// xxx_put
-}// test_assign_v2
-
-#endif // LIBS_ASSIGN_V2_TEST_PUT_PIPE_MODIFIER_ER_2010_H