comparison DEPENDENCIES/generic/include/boost/intrusive/pointer_plus_bits.hpp @ 101:c530137014c0

Update Boost headers (1.58.0)
author Chris Cannam
date Mon, 07 Sep 2015 11:12:49 +0100
parents 2665513ce2d3
children
comparison
equal deleted inserted replaced
100:793467b5e61c 101:c530137014c0
11 ///////////////////////////////////////////////////////////////////////////// 11 /////////////////////////////////////////////////////////////////////////////
12 12
13 #ifndef BOOST_INTRUSIVE_POINTER_PLUS_BITS_HPP 13 #ifndef BOOST_INTRUSIVE_POINTER_PLUS_BITS_HPP
14 #define BOOST_INTRUSIVE_POINTER_PLUS_BITS_HPP 14 #define BOOST_INTRUSIVE_POINTER_PLUS_BITS_HPP
15 15
16 #include <boost/intrusive/detail/config_begin.hpp>
17 #include <boost/intrusive/intrusive_fwd.hpp>
16 #include <boost/intrusive/detail/mpl.hpp> //ls_zeros 18 #include <boost/intrusive/detail/mpl.hpp> //ls_zeros
17 #include <boost/intrusive/detail/assert.hpp> //BOOST_INTRUSIVE_INVARIANT_ASSERT 19 #include <boost/intrusive/detail/assert.hpp> //BOOST_INTRUSIVE_INVARIANT_ASSERT
20
21 #if defined(BOOST_HAS_PRAGMA_ONCE)
22 # pragma once
23 #endif
18 24
19 namespace boost { 25 namespace boost {
20 namespace intrusive { 26 namespace intrusive {
21 27
22 //!This trait class is used to know if a pointer 28 //!This trait class is used to know if a pointer
81 }; 87 };
82 88
83 } //namespace intrusive 89 } //namespace intrusive
84 } //namespace boost 90 } //namespace boost
85 91
92 #include <boost/intrusive/detail/config_end.hpp>
93
86 #endif //BOOST_INTRUSIVE_POINTER_PLUS_BITS_HPP 94 #endif //BOOST_INTRUSIVE_POINTER_PLUS_BITS_HPP