Chris@16: /////////////////////////////////////////////////////////////////////////////// Chris@16: // weights.hpp Chris@16: // Chris@16: // Copyright 2005 Eric Niebler. Distributed under the Boost Chris@16: // Software License, Version 1.0. (See accompanying file Chris@16: // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) Chris@16: Chris@16: #ifndef BOOST_ACCUMULATORS_FRAMEWORK_PARAMETERS_WEIGHTS_HPP_EAN_28_10_2005 Chris@16: #define BOOST_ACCUMULATORS_FRAMEWORK_PARAMETERS_WEIGHTS_HPP_EAN_28_10_2005 Chris@16: Chris@16: #include Chris@16: #include Chris@16: Chris@16: namespace boost { namespace accumulators Chris@16: { Chris@16: Chris@16: // The weight accumulator Chris@16: BOOST_PARAMETER_KEYWORD(tag, weights) Chris@16: BOOST_ACCUMULATORS_IGNORE_GLOBAL(weights) Chris@16: Chris@16: }} // namespace boost::accumulators Chris@16: Chris@16: #endif