sl@0: # /* Copyright (C) 2001
sl@0: #  * Housemarque Oy
sl@0: #  * http://www.housemarque.com
sl@0: #  *
sl@0: #  * Distributed under the Boost Software License, Version 1.0. (See
sl@0: #  * accompanying file LICENSE_1_0.txt or copy at
sl@0: #  * http://www.boost.org/LICENSE_1_0.txt)
sl@0: #  */
sl@0: #
sl@0: # /* Revised by Paul Mensonides (2002) */
sl@0: #
sl@0: # /* See http://www.boost.org for most recent version. */
sl@0: #
sl@0: # ifndef BOOST_PREPROCESSOR_LOGICAL_HPP
sl@0: # define BOOST_PREPROCESSOR_LOGICAL_HPP
sl@0: #
sl@0: # include <boost/preprocessor/logical/and.hpp>
sl@0: # include <boost/preprocessor/logical/bitand.hpp>
sl@0: # include <boost/preprocessor/logical/bitnor.hpp>
sl@0: # include <boost/preprocessor/logical/bitor.hpp>
sl@0: # include <boost/preprocessor/logical/bitxor.hpp>
sl@0: # include <boost/preprocessor/logical/bool.hpp>
sl@0: # include <boost/preprocessor/logical/compl.hpp>
sl@0: # include <boost/preprocessor/logical/nor.hpp>
sl@0: # include <boost/preprocessor/logical/not.hpp>
sl@0: # include <boost/preprocessor/logical/or.hpp>
sl@0: # include <boost/preprocessor/logical/xor.hpp>
sl@0: #
sl@0: # endif