mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-03 23:04:33 +02:00
add composite header
[SVN r17810]
This commit is contained in:
27
include/boost/mpl/bitwise.hpp
Normal file
27
include/boost/mpl/bitwise.hpp
Normal 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
|
Reference in New Issue
Block a user