Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r66929 - sandbox/statistics/support/boost/assign/v2/detail/config
From: erwann.rogard_at_[hidden]
Date: 2010-11-30 17:14:39


Author: e_r
Date: 2010-11-30 17:14:37 EST (Tue, 30 Nov 2010)
New Revision: 66929
URL: http://svn.boost.org/trac/boost/changeset/66929

Log:
rm deprecated file in boost/assign/v2
Removed:
   sandbox/statistics/support/boost/assign/v2/detail/config/arity_bound.hpp

Deleted: sandbox/statistics/support/boost/assign/v2/detail/config/arity_bound.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/detail/config/arity_bound.hpp 2010-11-30 17:14:37 EST (Tue, 30 Nov 2010)
+++ (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 <boost/preprocessor/arithmetic/inc.hpp>
-#include <boost/mpl/limits/arity.hpp>
-
-// Default upper bound on the arity of function and functors
-//#ifndef BOOST_ASSIGN_V2_ARITY_BOUND
-//#define BOOST_ASSIGN_V2_ARITY_BOUND\
-// BOOST_PP_INC(BOOST_MPL_LIMIT_METAFUNCTION_ARITY)\
-/**/
-//#endif
-
-//#if BOOST_ASSIGN_V2_ARITY_BOUND > BOOST_PP_INC(BOOST_MPL_LIMIT_METAFUNCTION_ARITY)
-//#error
-// This is required, at least, by /ref/fusion_matrix/container.hpp
-//#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