]> git.lyx.org Git - lyx.git/blob - boost/boost/preprocessor.hpp
second part of Claus' patch
[lyx.git] / boost / boost / preprocessor.hpp
1 #ifndef BOOST_PREPROCESSOR_HPP
2 #define BOOST_PREPROCESSOR_HPP
3
4 /* Copyright (C) 2001
5  * Housemarque Oy
6  * http://www.housemarque.com
7  *
8  * Permission to copy, use, modify, sell and distribute this software is
9  * granted provided this copyright notice appears in all copies. This
10  * software is provided "as is" without express or implied warranty, and
11  * with no claim as to its suitability for any purpose.
12  *
13  * See http://www.boost.org for most recent version.
14  */
15
16 /** <p>Includes all Preprocessor library headers.</p> */
17
18 #include <boost/preprocessor/arithmetic.hpp>
19 #include <boost/preprocessor/assert_msg.hpp>
20 #include <boost/preprocessor/comparison.hpp>
21 #include <boost/preprocessor/enum_params.hpp>
22 #include <boost/preprocessor/enum_params_with_a_default.hpp>
23 #include <boost/preprocessor/enum_params_with_defaults.hpp>
24 #include <boost/preprocessor/enum_shifted_params.hpp>
25 #include <boost/preprocessor/expand.hpp>
26 #include <boost/preprocessor/for.hpp>
27 #include <boost/preprocessor/limits.hpp>
28 #include <boost/preprocessor/list.hpp>
29 #include <boost/preprocessor/logical.hpp>
30 #include <boost/preprocessor/max.hpp>
31 #include <boost/preprocessor/min.hpp>
32 #include <boost/preprocessor/repeat_from_to.hpp>
33 #include <boost/preprocessor/stringize.hpp>
34 #endif