2001-11-25 18:39:44 +00:00
|
|
|
#ifndef BOOST_PREPROCESSOR_HPP
|
|
|
|
#define BOOST_PREPROCESSOR_HPP
|
|
|
|
|
2002-01-29 14:13:10 +00:00
|
|
|
/* Copyright (C) 2001
|
|
|
|
* Housemarque Oy
|
|
|
|
* http://www.housemarque.com
|
|
|
|
*
|
|
|
|
* 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 as to its suitability for any purpose.
|
|
|
|
*
|
|
|
|
* See http://www.boost.org for most recent version.
|
|
|
|
*/
|
2001-11-25 18:39:44 +00:00
|
|
|
|
2002-02-04 15:02:59 +00:00
|
|
|
/** <p>Includes all Preprocessor library headers.</p> */
|
2001-11-25 18:39:44 +00:00
|
|
|
|
2001-12-28 11:05:11 +00:00
|
|
|
#include <boost/preprocessor/arithmetic.hpp>
|
|
|
|
#include <boost/preprocessor/assert_msg.hpp>
|
|
|
|
#include <boost/preprocessor/comparison.hpp>
|
|
|
|
#include <boost/preprocessor/enum_params.hpp>
|
|
|
|
#include <boost/preprocessor/enum_params_with_a_default.hpp>
|
|
|
|
#include <boost/preprocessor/enum_params_with_defaults.hpp>
|
|
|
|
#include <boost/preprocessor/enum_shifted_params.hpp>
|
2002-01-22 13:41:53 +00:00
|
|
|
#include <boost/preprocessor/expand.hpp>
|
2002-01-20 16:29:23 +00:00
|
|
|
#include <boost/preprocessor/for.hpp>
|
2001-12-28 11:05:11 +00:00
|
|
|
#include <boost/preprocessor/limits.hpp>
|
2002-01-22 10:29:42 +00:00
|
|
|
#include <boost/preprocessor/list.hpp>
|
2001-12-28 11:05:11 +00:00
|
|
|
#include <boost/preprocessor/logical.hpp>
|
|
|
|
#include <boost/preprocessor/max.hpp>
|
|
|
|
#include <boost/preprocessor/min.hpp>
|
2002-04-04 08:23:26 +00:00
|
|
|
#include <boost/preprocessor/repeat_from_to.hpp>
|
2001-12-28 11:05:11 +00:00
|
|
|
#include <boost/preprocessor/stringize.hpp>
|
2001-11-25 18:39:44 +00:00
|
|
|
#endif
|