2002-09-08 09:58:13 +00:00
|
|
|
# /* Copyright (C) 2001
|
|
|
|
# * Housemarque Oy
|
|
|
|
# * http://www.housemarque.com
|
|
|
|
# *
|
2004-09-13 15:51:29 +00:00
|
|
|
# * 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)
|
2002-09-08 09:58:13 +00:00
|
|
|
# */
|
|
|
|
#
|
2011-02-21 22:51:57 +00:00
|
|
|
# /* Revised by Paul Mensonides (2002) */
|
2002-09-08 09:58:13 +00:00
|
|
|
#
|
2002-12-27 16:51:53 +00:00
|
|
|
# /* See http://www.boost.org/libs/preprocessor for documentation. */
|
2002-09-08 09:58:13 +00:00
|
|
|
#
|
|
|
|
# ifndef BOOST_PREPROCESSOR_HPP
|
|
|
|
# define BOOST_PREPROCESSOR_HPP
|
|
|
|
#
|
|
|
|
# include <boost/preprocessor/library.hpp>
|
|
|
|
#
|
|
|
|
# endif
|