Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r66602 - sandbox/statistics/support/libs/assign/v2/example
From: erwann.rogard_at_[hidden]
Date: 2010-11-15 16:52:42


Author: e_r
Date: 2010-11-15 16:52:42 EST (Mon, 15 Nov 2010)
New Revision: 66602
URL: http://svn.boost.org/trac/boost/changeset/66602

Log:
rm deprecated src files
Removed:
   sandbox/statistics/support/libs/assign/v2/example/experimental.cpp
   sandbox/statistics/support/libs/assign/v2/example/experimental.h

Deleted: sandbox/statistics/support/libs/assign/v2/example/experimental.cpp
==============================================================================
--- sandbox/statistics/support/libs/assign/v2/example/experimental.cpp 2010-11-15 16:52:42 EST (Mon, 15 Nov 2010)
+++ (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) //
-//////////////////////////////////////////////////////////////////////////////
-
-#include <libs/assign/v2/example/experimental.h>
-
-namespace example_assign_v2{
-namespace xxx_experimental{
-
- void run()
- {
- }
-
-}// xxx_experimental
-}// example_assign_v2

Deleted: sandbox/statistics/support/libs/assign/v2/example/experimental.h
==============================================================================
--- sandbox/statistics/support/libs/assign/v2/example/experimental.h 2010-11-15 16:52:42 EST (Mon, 15 Nov 2010)
+++ (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) //
-//////////////////////////////////////////////////////////////////////////////
-#ifndef BOOST_ASSIGN_V2_EXAMPLE_EXPERIMENTAL_ER_2010_H
-#define BOOST_ASSIGN_V2_EXAMPLE_EXPERIMENTAL_ER_2010_H
-
-namespace example_assign_v2{
-namespace xxx_experimental{
-
- void run();
-
-}// xxx_experimental
-}// example_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