comparison DEPENDENCIES/generic/include/boost/intrusive/parent_from_member.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
7 // http://www.boost.org/LICENSE_1_0.txt) 7 // http://www.boost.org/LICENSE_1_0.txt)
8 // 8 //
9 // See http://www.boost.org/libs/intrusive for documentation. 9 // See http://www.boost.org/libs/intrusive for documentation.
10 // 10 //
11 ///////////////////////////////////////////////////////////////////////////// 11 /////////////////////////////////////////////////////////////////////////////
12 #ifndef BOOST_INTRUSIVE_GET_PARENT_FROM_MEMBER_HPP 12 #ifndef BOOST_INTRUSIVE_PARENT_FROM_MEMBER_HPP
13 #define BOOST_INTRUSIVE_GET_PARENT_FROM_MEMBER_HPP 13 #define BOOST_INTRUSIVE_PARENT_FROM_MEMBER_HPP
14 14
15 #include <boost/intrusive/detail/config_begin.hpp> 15 #include <boost/intrusive/detail/config_begin.hpp>
16 #include <boost/intrusive/intrusive_fwd.hpp>
17
16 #include <boost/intrusive/detail/parent_from_member.hpp> 18 #include <boost/intrusive/detail/parent_from_member.hpp>
19
20 #if defined(BOOST_HAS_PRAGMA_ONCE)
21 # pragma once
22 #endif
17 23
18 namespace boost { 24 namespace boost {
19 namespace intrusive { 25 namespace intrusive {
20 26
21 //! Given a pointer to a member and its corresponding pointer to data member, 27 //! Given a pointer to a member and its corresponding pointer to data member,
37 } //namespace intrusive { 43 } //namespace intrusive {
38 } //namespace boost { 44 } //namespace boost {
39 45
40 #include <boost/intrusive/detail/config_end.hpp> 46 #include <boost/intrusive/detail/config_end.hpp>
41 47
42 #endif //#ifndef BOOST_INTRUSIVE_GET_PARENT_FROM_MEMBER_HPP 48 #endif //#ifndef BOOST_INTRUSIVE_PARENT_FROM_MEMBER_HPP