Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r70124 - sandbox/assign_v2/libs/assign/v2/test
From: erwann.rogard_at_[hidden]
Date: 2011-03-18 09:52:15


Author: e_r
Date: 2011-03-18 09:52:13 EDT (Fri, 18 Mar 2011)
New Revision: 70124
URL: http://svn.boost.org/trac/boost/changeset/70124

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

Deleted: sandbox/assign_v2/libs/assign/v2/test/put.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put.cpp 2011-03-18 09:52:13 EDT (Fri, 18 Mar 2011)
+++ (empty file)
@@ -1,33 +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/value/deque.h>
-#include <libs/assign/v2/test/value/modifier.h>
-#include <libs/assign/v2/test/value/fun.h>
-#include <libs/assign/v2/test/value/pipe.h>
-#include <libs/assign/v2/test/value/ptr.h>
-#include <libs/assign/v2/test/value/put.h>
-#include <libs/assign/v2/test/value.h>
-
-namespace test_assign_v2{
-namespace xxx_value{
-
- void test()
- {
- xxx_deque::test();
- xxx_fun::test();
- xxx_modifier::test();
- xxx_pipe::test();
- xxx_ptr::test();
- xxx_put::test();
- }
-
-}// xxx_value
-}// test_assign_v2
-

Deleted: sandbox/assign_v2/libs/assign/v2/test/put.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/put.h 2011-03-18 09:52:13 EDT (Fri, 18 Mar 2011)
+++ (empty file)
@@ -1,21 +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_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_VALUE_ER_2010_H
-
-namespace test_assign_v2{
-namespace xxx_value{
-
- void test();
-
-}// 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