]> git.lyx.org Git - lyx.git/blob - boost/boost/preprocessor/comparison.hpp
major boost update
[lyx.git] / boost / boost / preprocessor / comparison.hpp
1 #ifndef BOOST_PREPROCESSOR_COMPARISON_HPP
2 #define BOOST_PREPROCESSOR_COMPARISON_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 comparison headers.</p> */
17
18 #include <boost/preprocessor/comparison/equal.hpp>
19 #include <boost/preprocessor/comparison/greater.hpp>
20 #include <boost/preprocessor/comparison/greater_equal.hpp>
21 #endif