imgtools/imglib/boostlibrary/boost/preprocessor/iteration.hpp
author raptorbot
Thu, 03 Jun 2010 16:48:34 +0100
changeset 583 9dbc5be40ed7
parent 0 044383f39525
permissions -rw-r--r--
Added tag stable for changeset dbec85ee2eeb

# /* **************************************************************************
#  *                                                                          *
#  *     (C) Copyright Paul Mensonides 2002.
#  *     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)
#  *                                                                          *
#  ************************************************************************** */
#
# /* See http://www.boost.org for most recent version. */
#
# ifndef BOOST_PREPROCESSOR_ITERATION_HPP
# define BOOST_PREPROCESSOR_ITERATION_HPP
#
# include <boost/preprocessor/iteration/iterate.hpp>
# include <boost/preprocessor/iteration/local.hpp>
# include <boost/preprocessor/iteration/self.hpp>
#
# endif