$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r67978 - sandbox/statistics/support/libs/assign/v2/example
From: erwann.rogard_at_[hidden]
Date: 2011-01-11 15:58:14
Author: e_r
Date: 2011-01-11 15:58:13 EST (Tue, 11 Jan 2011)
New Revision: 67978
URL: http://svn.boost.org/trac/boost/changeset/67978
Log:
upd libs/assign/v2
Added:
   sandbox/statistics/support/libs/assign/v2/example/util.cpp
      - copied unchanged from r67977, /sandbox/statistics/support/libs/assign/v2/example/misc.cpp
   sandbox/statistics/support/libs/assign/v2/example/util.h
      - copied unchanged from r67977, /sandbox/statistics/support/libs/assign/v2/example/misc.h
Removed:
   sandbox/statistics/support/libs/assign/v2/example/misc.cpp
   sandbox/statistics/support/libs/assign/v2/example/misc.h
Deleted: sandbox/statistics/support/libs/assign/v2/example/misc.cpp
==============================================================================
--- sandbox/statistics/support/libs/assign/v2/example/misc.cpp	2011-01-11 15:58:13 EST (Tue, 11 Jan 2011)
+++ (empty file)
@@ -1,28 +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/misc/chain.h>
-#include <libs/assign/v2/example/misc/convert.h>
-#include <libs/assign/v2/example/misc/sub_range.h>
-#include <libs/assign/v2/example/misc.h>
-
-namespace example_assign_v2{
-namespace xxx_misc{
-
-    void run(std::ostream& os)
-    {
-    	os << "** xxx_misc" << std::endl;
-    	xxx_chain::run( os );
-    	xxx_convert::run( os );
-    	xxx_sub_range::run( os );
-    }
-
-}// xxx_misc
-}// example_assign_v2
-
Deleted: sandbox/statistics/support/libs/assign/v2/example/misc.h
==============================================================================
--- sandbox/statistics/support/libs/assign/v2/example/misc.h	2011-01-11 15:58:13 EST (Tue, 11 Jan 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)        //
-//////////////////////////////////////////////////////////////////////////////
-#ifndef BOOST_ASSIGN_V2_EXAMPLE_MISC_ER_2010_H
-#define BOOST_ASSIGN_V2_EXAMPLE_MISC_ER_2010_H
-#include <ostream>
-
-namespace example_assign_v2{
-namespace xxx_misc{
-
-    void run(std::ostream& os);
-
-}// xxx_misc
-}// example_assign_v2
-
-#endif