diff --git a/include/boost/mpl/bitwise.hpp b/include/boost/mpl/bitwise.hpp new file mode 100644 index 0000000..d225847 --- /dev/null +++ b/include/boost/mpl/bitwise.hpp @@ -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