Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r70373 - in sandbox/assign_v2/libs/assign/v2/test: . framework interpreter
From: erwann.rogard_at_[hidden]
Date: 2011-03-21 18:02:53


Author: e_r
Date: 2011-03-21 18:02:50 EDT (Mon, 21 Mar 2011)
New Revision: 70373
URL: http://svn.boost.org/trac/boost/changeset/70373

Log:
upd assign_v2
Added:
   sandbox/assign_v2/libs/assign/v2/test/interpreter/
      - copied from r70372, /sandbox/assign_v2/libs/assign/v2/test/framework/
   sandbox/assign_v2/libs/assign/v2/test/interpreter.cpp
      - copied unchanged from r70372, /sandbox/assign_v2/libs/assign/v2/test/framework.cpp
   sandbox/assign_v2/libs/assign/v2/test/interpreter.h
      - copied unchanged from r70372, /sandbox/assign_v2/libs/assign/v2/test/framework.h
Removed:
   sandbox/assign_v2/libs/assign/v2/test/framework/
   sandbox/assign_v2/libs/assign/v2/test/framework.cpp
   sandbox/assign_v2/libs/assign/v2/test/framework.h

Deleted: sandbox/assign_v2/libs/assign/v2/test/framework.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/framework.cpp 2011-03-21 18:02:50 EDT (Mon, 21 Mar 2011)
+++ (empty file)
@@ -1,22 +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/framework/modifier.h>
-#include <libs/assign/v2/test/framework.h>
-
-namespace test_assign_v2{
-namespace xxx_framework{
-
- void test()
- {
- xxx_modifier::test();
- }
-
-}// xxx_framework
-}// test_assign_v2

Deleted: sandbox/assign_v2/libs/assign/v2/test/framework.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/framework.h 2011-03-21 18:02:50 EDT (Mon, 21 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_FRAMEWORK_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_FRAMEWORK_ER_2010_H
-
-namespace test_assign_v2{
-namespace xxx_framework{
-
- void test();
-
-}// xxx_framework
-}// xxx_test_assign
-
-#endif // LIBS_ASSIGN_V2_TEST_FRAMEWORK_ER_2010_H


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