Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r70402 - in sandbox/assign_v2/libs/assign/v2/test: . option optional
From: erwann.rogard_at_[hidden]
Date: 2011-03-22 15:05:05


Author: e_r
Date: 2011-03-22 15:05:03 EDT (Tue, 22 Mar 2011)
New Revision: 70402
URL: http://svn.boost.org/trac/boost/changeset/70402

Log:
upd assign_v2
Added:
   sandbox/assign_v2/libs/assign/v2/test/option/
      - copied from r70401, /sandbox/assign_v2/libs/assign/v2/test/optional/
   sandbox/assign_v2/libs/assign/v2/test/option.cpp
      - copied unchanged from r70401, /sandbox/assign_v2/libs/assign/v2/test/optional.cpp
   sandbox/assign_v2/libs/assign/v2/test/option.h
      - copied unchanged from r70401, /sandbox/assign_v2/libs/assign/v2/test/optional.h
Removed:
   sandbox/assign_v2/libs/assign/v2/test/optional/
   sandbox/assign_v2/libs/assign/v2/test/optional.cpp
   sandbox/assign_v2/libs/assign/v2/test/optional.h

Deleted: sandbox/assign_v2/libs/assign/v2/test/optional.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/optional.cpp 2011-03-22 15:05:03 EDT (Tue, 22 Mar 2011)
+++ (empty file)
@@ -1,30 +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/option/data.h>
-#include <libs/assign/v2/test/option/iterate.h>
-#include <libs/assign/v2/test/option/mapped.h>
-#include <libs/assign/v2/test/option/repeat.h>
-#include <libs/assign/v2/test/option/standard.h>
-#include <libs/assign/v2/test/option.h>
-
-namespace test_assign_v2{
-namespace xxx_option{
-
- void test(){
- xxx_fun::test();
- xxx_iterate::test();
- xxx_mapped::test();
- xxx_repeat::test();
- xxx_standard::test();
- }
-
-}// xxx_option
-}// xxx_test_assign
-

Deleted: sandbox/assign_v2/libs/assign/v2/test/optional.h
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/optional.h 2011-03-22 15:05:03 EDT (Tue, 22 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_OPTION_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_OPTION_ER_2010_H
-
-namespace test_assign_v2{
-namespace xxx_option{
-
- void test();
-
-}// xxx_option
-}// xxx_test_assign
-
-#endif // LIBS_ASSIGN_V2_TEST_OPTION_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