2002-09-08 10:22:48 +00:00
|
|
|
# /* **************************************************************************
|
|
|
|
# * *
|
|
|
|
# * (C) Copyright Paul Mensonides 2002. Permission to copy, use, *
|
|
|
|
# * modify, sell, and distribute this software is granted provided *
|
|
|
|
# * this copyright notice appears in all copies. This software is *
|
|
|
|
# * provided "as is" without express or implied warranty, and with *
|
|
|
|
# * no claim at to its suitability for any purpose. *
|
|
|
|
# * *
|
|
|
|
# ************************************************************************** */
|
|
|
|
#
|
|
|
|
# /* See http://www.boost.org for most recent version. */
|
|
|
|
#
|
|
|
|
# ifndef BOOST_PREPROCESSOR_LIBRARY_HPP
|
|
|
|
# define BOOST_PREPROCESSOR_LIBRARY_HPP
|
|
|
|
#
|
|
|
|
# include <boost/preprocessor/arithmetic.hpp>
|
|
|
|
# include <boost/preprocessor/array.hpp>
|
|
|
|
# include <boost/preprocessor/cat.hpp>
|
|
|
|
# include <boost/preprocessor/comparison.hpp>
|
|
|
|
# include <boost/preprocessor/config/limits.hpp>
|
|
|
|
# include <boost/preprocessor/control.hpp>
|
|
|
|
# include <boost/preprocessor/debug.hpp>
|
|
|
|
# include <boost/preprocessor/facilities.hpp>
|
|
|
|
# include <boost/preprocessor/iteration.hpp>
|
|
|
|
# include <boost/preprocessor/list.hpp>
|
|
|
|
# include <boost/preprocessor/logical.hpp>
|
|
|
|
# include <boost/preprocessor/punctuation.hpp>
|
|
|
|
# include <boost/preprocessor/repetition.hpp>
|
|
|
|
# include <boost/preprocessor/selection.hpp>
|
2002-10-13 06:11:19 +00:00
|
|
|
# include <boost/preprocessor/set.hpp>
|
2002-09-08 10:22:48 +00:00
|
|
|
# include <boost/preprocessor/slot.hpp>
|
|
|
|
# include <boost/preprocessor/stringize.hpp>
|
|
|
|
# include <boost/preprocessor/tuple.hpp>
|
|
|
|
#
|
|
|
|
# endif
|