Jeff Thompson | a28eed8 | 2013-08-22 16:21:10 -0700 | [diff] [blame] | 1 | ////////////////////////////////////////////////////////////////////////////// |
| 2 | // |
| 3 | // (C) Copyright Ion Gaztanaga 2005-2012. Distributed under the Boost |
| 4 | // Software License, Version 1.0. (See accompanying file |
| 5 | // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) |
| 6 | // |
| 7 | // See http://www.boost.org/libs/interprocess for documentation. |
| 8 | // |
| 9 | ////////////////////////////////////////////////////////////////////////////// |
| 10 | |
| 11 | #ifndef BOOST_INTRUSIVE_DETAIL_WRKRND_HPP |
| 12 | #define BOOST_INTRUSIVE_DETAIL_WRKRND_HPP |
| 13 | |
| 14 | #include <ndnboost/intrusive/detail/config_begin.hpp> |
| 15 | |
| 16 | #if !defined(BOOST_NO_CXX11_RVALUE_REFERENCES) && !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) |
| 17 | #define BOOST_INTRUSIVE_PERFECT_FORWARDING |
| 18 | #endif |
| 19 | |
| 20 | #include <ndnboost/intrusive/detail/config_end.hpp> |
| 21 | |
| 22 | #endif //#ifndef BOOST_INTRUSIVE_DETAIL_WRKRND_HPP |