add composite header

[SVN r17810]
This commit is contained in:
Aleksey Gurtovoy
2003-03-11 11:59:21 +00:00
parent f856111c60
commit db4f1d99cb

View File

@@ -0,0 +1,27 @@
#ifndef BOOST_MPL_BITWISE_HPP_INCLUDED
#define BOOST_MPL_BITWISE_HPP_INCLUDED
// + file: boost/mpl/bitwise.hpp
// + last modified: 09/mar/03
// Copyright (c) 2003
// Aleksey Gurtovoy, Jaap Suter
//
// Permission to use, copy, modify, distribute and sell this software
// and its documentation for any purpose is hereby granted without fee,
// provided that the above copyright notice appears in all copies and
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
//
// See http://www.boost.org/libs/mpl for documentation.
#include "boost/mpl/bitand.hpp"
#include "boost/mpl/bitor.hpp"
#include "boost/mpl/bitxor.hpp"
#include "boost/mpl/shift_left.hpp"
#include "boost/mpl/shift_right.hpp"
#endif // BOOST_MPL_BITWISE_HPP_INCLUDED