Chris@102: ////////////////////////////////////////////////////////////////////////////// Chris@102: // Chris@102: // (C) Copyright Ion Gaztanaga 2014-2014. Distributed under the Boost Chris@102: // Software License, Version 1.0. (See accompanying file Chris@102: // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) Chris@102: // Chris@102: // See http://www.boost.org/libs/intrusive for documentation. Chris@102: // Chris@102: ////////////////////////////////////////////////////////////////////////////// Chris@102: Chris@102: #ifndef BOOST_INTRUSIVE_DETAIL_POINTER_ELEMENT_HPP Chris@102: #define BOOST_INTRUSIVE_DETAIL_POINTER_ELEMENT_HPP Chris@102: Chris@102: #ifndef BOOST_CONFIG_HPP Chris@102: # include Chris@102: #endif Chris@102: Chris@102: #if defined(BOOST_HAS_PRAGMA_ONCE) Chris@102: # pragma once Chris@102: #endif Chris@102: Chris@102: #ifndef BOOST_INTRUSIVE_DETAIL_WORKAROUND_HPP Chris@102: #include Chris@102: #endif //BOOST_INTRUSIVE_DETAIL_WORKAROUND_HPP Chris@102: Chris@102: namespace boost { Chris@102: namespace intrusive { Chris@102: namespace detail{ Chris@102: Chris@102: ////////////////////// Chris@102: //struct first_param Chris@102: ////////////////////// Chris@102: Chris@102: template struct first_param Chris@102: { typedef void type; }; Chris@102: Chris@102: #if !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) Chris@102: Chris@102: template