Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r58162 - sandbox/statistics/distribution_common/boost/statistics/detail/distribution_common/meta
From: erwann.rogard_at_[hidden]
Date: 2009-12-05 20:05:03


Author: e_r
Date: 2009-12-05 20:05:02 EST (Sat, 05 Dec 2009)
New Revision: 58162
URL: http://svn.boost.org/trac/boost/changeset/58162

Log:
rm
Removed:
   sandbox/statistics/distribution_common/boost/statistics/detail/distribution_common/meta/inherit_policy.hpp
   sandbox/statistics/distribution_common/boost/statistics/detail/distribution_common/meta/inherit_value.hpp
   sandbox/statistics/distribution_common/boost/statistics/detail/distribution_common/meta/wrapper_distribution.hpp
   sandbox/statistics/distribution_common/boost/statistics/detail/distribution_common/meta/wrapper_probability.hpp
   sandbox/statistics/distribution_common/boost/statistics/detail/distribution_common/meta/wrapper_variable.hpp

Deleted: sandbox/statistics/distribution_common/boost/statistics/detail/distribution_common/meta/inherit_policy.hpp
==============================================================================
--- sandbox/statistics/distribution_common/boost/statistics/detail/distribution_common/meta/inherit_policy.hpp 2009-12-05 20:05:02 EST (Sat, 05 Dec 2009)
+++ (empty file)
@@ -1,41 +0,0 @@
-///////////////////////////////////////////////////////////////////////////////
-// distribution::common::meta::inherit_policy.hpp //
-// //
-// Copyright 2009 Erwann Rogard. Distributed under 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_STATISTICS_DETAIL_DISTRIBUTION_COMMON_META_INHERIT_POLICY_HPP_ER_2009
-#define BOOST_STATISTICS_DETAIL_DISTRIBUTION_COMMON_META_INHERIT_POLICY_HPP_ER_2009
-#include <boost/mpl/assert.hpp>
-#include <boost/mpl/not.hpp>
-#include <boost/type_traits.hpp>
-#include <boost/mpl/empty_base.hpp>
-#include <boost/statistics/detail/distribution_common/meta/policy.hpp>
-
-namespace boost{
-namespace statistics{
-namespace detail{
-namespace distribution{
-namespace meta{
-
- template<typename D,typename B = mpl::empty_base>
- struct inherit_policy : B{
- BOOST_MPL_ASSERT((
- mpl::not_<
- is_reference<D>
- >
- ));
- typedef typename meta::policy<D>::type policy_type;
- };
-
-}// meta
-}// distribution
-}// detail
-}// statistics
-}// boost
-
-#endif
-
-*/

Deleted: sandbox/statistics/distribution_common/boost/statistics/detail/distribution_common/meta/inherit_value.hpp
==============================================================================
--- sandbox/statistics/distribution_common/boost/statistics/detail/distribution_common/meta/inherit_value.hpp 2009-12-05 20:05:02 EST (Sat, 05 Dec 2009)
+++ (empty file)
@@ -1,42 +0,0 @@
-/*
-///////////////////////////////////////////////////////////////////////////////
-// distribution::common::meta::inherit_value.hpp //
-// //
-// Copyright 2009 Erwann Rogard. Distributed under 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_STATISTICS_DETAIL_DISTRIBUTION_COMMON_META_INHERIT_VALUE_HPP_ER_2009
-#define BOOST_STATISTICS_DETAIL_DISTRIBUTION_COMMON_META_INHERIT_VALUE_HPP_ER_2009
-#include <boost/mpl/assert.hpp>
-#include <boost/mpl/not.hpp>
-#include <boost/type_traits.hpp>
-#include <boost/mpl/empty_base.hpp>
-#include <boost/statistics/detail/distribution_common/meta/value.hpp>
-
-namespace boost{
-namespace statistics{
-namespace detail{
-namespace distribution{
-namespace meta{
-
- template<typename D,typename B = mpl::empty_base>
- struct inherit_value : B{
- BOOST_MPL_ASSERT((
- mpl::not_<
- is_reference<D>
- >
- ));
-
- typedef typename value<D>::type value_type;
-
- };
-
-}// meta
-}// common
-}// detail
-}// statistics
-}// boost
-
-#endif
-*/
\ No newline at end of file

Deleted: sandbox/statistics/distribution_common/boost/statistics/detail/distribution_common/meta/wrapper_distribution.hpp
==============================================================================
--- sandbox/statistics/distribution_common/boost/statistics/detail/distribution_common/meta/wrapper_distribution.hpp 2009-12-05 20:05:02 EST (Sat, 05 Dec 2009)
+++ (empty file)
@@ -1,32 +0,0 @@
-/*
-//////////////////////////////////////////////////////////////////////////////
-// distribution::common::meta::wrapper_distribution.hpp //
-// //
-// (C) Copyright 2009 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_STATISTICS_DETAIL_DISTRIBUTION_COMMON_META_WRAPPER_DISTRIBUTION_HPP_ER_2009
-#define BOOST_STATISTICS_DETAIL_DISTRIBUTION_COMMON_META_WRAPPER_DISTRIBUTION_HPP_ER_2009
-#include <boost/mpl/empty_base.hpp>
-
-namespace boost{
-namespace statistics{
-namespace detail{
-namespace distribution{
-namespace meta{
-
- template<typename D,typename B = boost::mpl::empty_base>
- struct wrapper_distribution : B{
- typedef D distribution_type;
- };
-
-}// meta
-}// distribution
-}// detail
-}// statistics
-}// boost
-
-#endif
-*/
\ No newline at end of file

Deleted: sandbox/statistics/distribution_common/boost/statistics/detail/distribution_common/meta/wrapper_probability.hpp
==============================================================================
--- sandbox/statistics/distribution_common/boost/statistics/detail/distribution_common/meta/wrapper_probability.hpp 2009-12-05 20:05:02 EST (Sat, 05 Dec 2009)
+++ (empty file)
@@ -1,32 +0,0 @@
-/*
-//////////////////////////////////////////////////////////////////////////////
-// distribution::common::meta::wrapper_probability.hpp //
-// //
-// (C) Copyright 2009 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_STATISTICS_DETAIL_DISTRIBUTION_COMMON_META_WRAPPER_PROBABILITY_HPP_ER_2009
-#define BOOST_STATISTICS_DETAIL_DISTRIBUTION_COMMON_META_WRAPPER_PROBABILITY_HPP_ER_2009
-#include <boost/mpl/empty_base.hpp>
-
-namespace boost{
-namespace statistics{
-namespace detail{
-namespace distribution{
-namespace meta{
-
- template<typename P,typename B = boost::mpl::empty_base>
- struct wrapper_probability : B{
- typedef P probability_type;
- };
-
-}// meta
-}// distribution
-}// detail
-}// statistics
-}// boost
-
-#endif
-*/
\ No newline at end of file

Deleted: sandbox/statistics/distribution_common/boost/statistics/detail/distribution_common/meta/wrapper_variable.hpp
==============================================================================
--- sandbox/statistics/distribution_common/boost/statistics/detail/distribution_common/meta/wrapper_variable.hpp 2009-12-05 20:05:02 EST (Sat, 05 Dec 2009)
+++ (empty file)
@@ -1,32 +0,0 @@
-/*
-//////////////////////////////////////////////////////////////////////////////
-// distribution::common::meta::wrapper_variable.hpp //
-// //
-// (C) Copyright 2009 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_STATISTICS_DETAIL_DISTRIBUTION_COMMON_META_WRAPPER_INPUT_HPP_ER_2009
-#define BOOST_STATISTICS_DETAIL_DISTRIBUTION_COMMON_META_WRAPPER_INPUT_HPP_ER_2009
-#include <boost/mpl/empty_base.hpp>
-
-namespace boost{
-namespace statistics{
-namespace detail{
-namespace distribution{
-namespace meta{
-
- template<typename X,typename B = boost::mpl::empty_base>
- struct wrapper_variable : B{
- typedef X variable_type;
- };
-
-}// meta
-}// distribution
-}// detail
-}// statistics
-}// boost
-
-#endif
-*/
\ No newline at end of file


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