Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r67980 - in sandbox/statistics/support/libs/assign/v2/test: . util utility
From: erwann.rogard_at_[hidden]
Date: 2011-01-11 16:00:18


Author: e_r
Date: 2011-01-11 16:00:17 EST (Tue, 11 Jan 2011)
New Revision: 67980
URL: http://svn.boost.org/trac/boost/changeset/67980

Log:
upd libs/assign/v2
Added:
   sandbox/statistics/support/libs/assign/v2/test/utility/
      - copied from r67979, /sandbox/statistics/support/libs/assign/v2/test/util/
   sandbox/statistics/support/libs/assign/v2/test/utility.cpp
      - copied unchanged from r67979, /sandbox/statistics/support/libs/assign/v2/test/util.cpp
   sandbox/statistics/support/libs/assign/v2/test/utility.h
      - copied unchanged from r67979, /sandbox/statistics/support/libs/assign/v2/test/util.h
Removed:
   sandbox/statistics/support/libs/assign/v2/test/util/
   sandbox/statistics/support/libs/assign/v2/test/util.cpp
   sandbox/statistics/support/libs/assign/v2/test/util.h

Deleted: sandbox/statistics/support/libs/assign/v2/test/util.cpp
==============================================================================
--- sandbox/statistics/support/libs/assign/v2/test/util.cpp 2011-01-11 16:00:17 EST (Tue, 11 Jan 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) //
-//////////////////////////////////////////////////////////////////////////////
-#include <libs/assign/v2/test/misc/chain.h>
-#include <libs/assign/v2/test/misc/convert.h>
-#include <libs/assign/v2/test/misc.h>
-
-namespace test_assign_v2{
-namespace xxx_misc{
-
- void test(){
- xxx_chain::test();
- xxx_convert::test();
- }
-
-}// xxx_type_traits
-}// xxx_test_assign
-

Deleted: sandbox/statistics/support/libs/assign/v2/test/util.h
==============================================================================
--- sandbox/statistics/support/libs/assign/v2/test/util.h 2011-01-11 16:00:17 EST (Tue, 11 Jan 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_MISC_ER_2010_H
-#define LIBS_ASSIGN_V2_TEST_MISC_ER_2010_H
-
-namespace test_assign_v2{
-namespace xxx_misc{
-
- void test();
-
-}// xxx_misc
-}// xxx_test_assign
-
-#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