Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r67861 - sandbox/statistics/support/boost/assign/v2
From: erwann.rogard_at_[hidden]
Date: 2011-01-09 09:10:28


Author: e_r
Date: 2011-01-09 09:10:28 EST (Sun, 09 Jan 2011)
New Revision: 67861
URL: http://svn.boost.org/trac/boost/changeset/67861

Log:
rm deprecated in boost/assign/v2
Removed:
   sandbox/statistics/support/boost/assign/v2/anon.hpp

Deleted: sandbox/statistics/support/boost/assign/v2/anon.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/anon.hpp 2011-01-09 09:10:28 EST (Sun, 09 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 BOOST_ASSIGN_V2_ANON_ER_2010_HPP
-#define BOOST_ASSIGN_V2_ANON_ER_2010_HPP
-
-#include <boost/assign/v2/anon/make.hpp>
-#include <boost/assign/v2/anon/cont.hpp>
-#include <boost/assign/v2/anon/csv.hpp>
-
-// Basic usage
-// using namespace boost::assign::v2;
-// boost::copy(csv_anon(x, y, z), std::ostream_iterator<T>(std::cout," "));
-
-#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