Chris@16: ////////////////////////////////////////////////////////////////////////////// Chris@16: // Chris@16: // (C) Copyright Ion Gaztanaga 2005-2013. Distributed under the Boost Chris@16: // Software License, Version 1.0. (See accompanying file Chris@16: // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) Chris@16: // Chris@16: // See http://www.boost.org/libs/interprocess for documentation. Chris@16: // Chris@16: ////////////////////////////////////////////////////////////////////////////// Chris@16: Chris@16: #ifndef BOOST_INTRUSIVE_DETAIL_WRKRND_HPP Chris@16: #define BOOST_INTRUSIVE_DETAIL_WRKRND_HPP Chris@16: Chris@16: #include Chris@16: Chris@16: #if !defined(BOOST_NO_CXX11_RVALUE_REFERENCES) && !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) Chris@16: #define BOOST_INTRUSIVE_PERFECT_FORWARDING Chris@16: #endif Chris@16: Chris@16: //Macros for documentation purposes. For code, expands to the argument Chris@16: #define BOOST_INTRUSIVE_IMPDEF(TYPE) TYPE Chris@16: #define BOOST_INTRUSIVE_SEEDOC(TYPE) TYPE Chris@16: Chris@16: #include Chris@16: Chris@16: #endif //#ifndef BOOST_INTRUSIVE_DETAIL_WRKRND_HPP