imgtools/imglib/boostlibrary/boost/preprocessor/repeat.hpp
author Iain Williamson <iain.williamson@nokia.com>
Thu, 04 Feb 2010 14:28:13 +0000
branchfix
changeset 187 903b0cf4d64d
parent 0 044383f39525
permissions -rw-r--r--
Bug 1569 - Making test case skip on Linux while TC doesn't support Linux

# /* **************************************************************************
#  *                                                                          *
#  *     (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_REPEAT_HPP
# define BOOST_PREPROCESSOR_REPEAT_HPP
#
# include <boost/preprocessor/repetition/repeat.hpp>
#
# endif