1 # /* Copyright (C) 2001 |
1 |
2 # * Housemarque Oy |
2 #ifndef BOOST_MPL_LOGICAL_HPP_INCLUDED |
3 # * http://www.housemarque.com |
3 #define BOOST_MPL_LOGICAL_HPP_INCLUDED |
4 # * |
4 |
5 # * Distributed under the Boost Software License, Version 1.0. (See |
5 // Copyright Aleksey Gurtovoy 2000-2004 |
6 # * accompanying file LICENSE_1_0.txt or copy at |
6 // |
7 # * http://www.boost.org/LICENSE_1_0.txt) |
7 // Distributed under the Boost Software License, Version 1.0. |
8 # */ |
8 // (See accompanying file LICENSE_1_0.txt or copy at |
9 # |
9 // http://www.boost.org/LICENSE_1_0.txt) |
10 # /* Revised by Paul Mensonides (2002) */ |
10 // |
11 # |
11 // See http://www.boost.org/libs/mpl for documentation. |
12 # /* See http://www.boost.org for most recent version. */ |
12 |
13 # |
13 // $Source: /cvsroot/boost/boost/boost/mpl/logical.hpp,v $ |
14 # ifndef BOOST_PREPROCESSOR_LOGICAL_HPP |
14 // $Date: 2004/09/02 15:40:41 $ |
15 # define BOOST_PREPROCESSOR_LOGICAL_HPP |
15 // $Revision: 1.5 $ |
16 # |
16 |
17 # include <boost/preprocessor/logical/and.hpp> |
17 #include <boost/mpl/or.hpp> |
18 # include <boost/preprocessor/logical/bitand.hpp> |
18 #include <boost/mpl/and.hpp> |
19 # include <boost/preprocessor/logical/bitnor.hpp> |
19 #include <boost/mpl/not.hpp> |
20 # include <boost/preprocessor/logical/bitor.hpp> |
20 |
21 # include <boost/preprocessor/logical/bitxor.hpp> |
21 #endif // BOOST_MPL_LOGICAL_HPP_INCLUDED |
22 # include <boost/preprocessor/logical/bool.hpp> |
|
23 # include <boost/preprocessor/logical/compl.hpp> |
|
24 # include <boost/preprocessor/logical/nor.hpp> |
|
25 # include <boost/preprocessor/logical/not.hpp> |
|
26 # include <boost/preprocessor/logical/or.hpp> |
|
27 # include <boost/preprocessor/logical/xor.hpp> |
|
28 # |
|
29 # endif |
|